mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Step 2 of 2: Adding windows build back and added ability to reproduce goreleaser builds locally (localbuild.sh) in a way exactly consistent with Cloud Build (cloudbuild.sh) but as a *build* only, without being coupled to Cloud Build or it's dependencies (like Cloud KMS, GitHub, etc).
This commit is contained in:
@@ -92,6 +92,7 @@ builds:
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
- windows
|
||||
|
||||
goarch:
|
||||
- amd64
|
||||
@@ -117,6 +118,7 @@ cat $goReleaserConfigFile
|
||||
date
|
||||
|
||||
time /usr/local/bin/goreleaser release \
|
||||
--debug \
|
||||
--timeout 10m \
|
||||
--parallelism 4 \
|
||||
--config=$goReleaserConfigFile \
|
||||
|
||||
Reference in New Issue
Block a user