This commit is contained in:
Neil Alexander 2019-11-28 00:15:07 +00:00
parent f8fdb63b0b
commit 1c5d232d35
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 4 deletions

View file

@ -39,8 +39,7 @@ fi
(
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build
[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build
) || \
(
) || (
echo "failed to build Yggdrasil"
exit 1
)