mirror of
https://github.com/walles/moar.git
synced 2024-11-21 16:04:20 +03:00
parent
b82895c3b6
commit
4939e6a123
@ -48,6 +48,7 @@ git tag --annotate "${VERSION}"
|
||||
#
|
||||
# NOTE: Make sure this list matches the one in test.sh
|
||||
GOOS=linux GOARCH=386 ./build.sh
|
||||
GOOS=linux GOARCH=amd64 ./build.sh
|
||||
GOOS=linux GOARCH=arm ./build.sh # Ref: https://github.com/walles/moar/issues/122
|
||||
GOOS=darwin GOARCH=amd64 ./build.sh
|
||||
GOOS=windows GOARCH=amd64 ./build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user