Split build.sh into two OS-specific scripts

This commit is contained in:
Ben Moss
2018-11-01 16:14:18 -04:00
parent 2d03820ebb
commit 4e1f7802db
7 changed files with 73 additions and 53 deletions

View File

@ -29,7 +29,7 @@ script:
if [ "${TARGET}" == "amd64" ]; then
GOARCH="${TARGET}" ./test.sh
else
GOARCH="${TARGET}" ./build.sh
GOARCH="${TARGET}" ./build_linux.sh
fi
notifications: