Skip to content

Commit

Permalink
Fixed docker release script for multiple platforms, enable windows bu…
Browse files Browse the repository at this point in the history
…ilds by default
  • Loading branch information
faboweb committed Jan 8, 2018
1 parent f6384f2 commit 447fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function buildGaiaBinary (platform, arch) {
cd /go/src/github.com/cosmos/gaia && \
git checkout develop && \
make get_vendor_deps && \
GOOS=darwin GOARCH=amd64 go build \
GOOS=${platform} GOARCH=${arch} go build \
-o /mnt/${output} \
-ldflags '-s -w' \
./cmd/gaia
Expand Down

0 comments on commit 447fcbf

Please sign in to comment.