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:
Patrick Nelson
2021-11-10 19:06:04 -08:00
parent a143688a1d
commit a5117083ec
4 changed files with 145 additions and 0 deletions

View File

@@ -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 \