mirror of
https://github.com/walles/moar.git
synced 2024-11-22 03:14:56 +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
|
# NOTE: Make sure this list matches the one in test.sh
|
||||||
GOOS=linux GOARCH=386 ./build.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=linux GOARCH=arm ./build.sh # Ref: https://github.com/walles/moar/issues/122
|
||||||
GOOS=darwin GOARCH=amd64 ./build.sh
|
GOOS=darwin GOARCH=amd64 ./build.sh
|
||||||
GOOS=windows GOARCH=amd64 ./build.sh
|
GOOS=windows GOARCH=amd64 ./build.sh
|
||||||
|
4
test.sh
4
test.sh
@ -27,6 +27,10 @@ echo "Testing cross compilation..."
|
|||||||
echo " Linux i386..."
|
echo " Linux i386..."
|
||||||
GOOS=linux GOARCH=386 ./build.sh
|
GOOS=linux GOARCH=386 ./build.sh
|
||||||
|
|
||||||
|
# Ref:
|
||||||
|
echo " Linux amd64..."
|
||||||
|
GOOS=linux GOARCH=amd64 ./build.sh
|
||||||
|
|
||||||
# Ref: https://github.com/walles/moar/issues/122
|
# Ref: https://github.com/walles/moar/issues/122
|
||||||
echo " Linux arm32..."
|
echo " Linux arm32..."
|
||||||
GOOS=linux GOARCH=arm ./build.sh
|
GOOS=linux GOARCH=arm ./build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user