chore(build-system): add support for linux s390x platform (#1316)

s390x works fine (like other Linux architectures).
pull/1319/head
utzb 2017-10-24 10:26:35 +02:00 committed by Anthony Lapenna
parent ddd804ee2e
commit 11feae19b7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ else
if [ `echo "$@" | cut -c1-4` == 'echo' ]; then if [ `echo "$@" | cut -c1-4` == 'echo' ]; then
bash -c "$@"; bash -c "$@";
else else
build_all 'linux-amd64 linux-arm linux-arm64 linux-ppc64le darwin-amd64 windows-amd64' build_all 'linux-amd64 linux-arm linux-arm64 linux-ppc64le linux-s390x darwin-amd64 windows-amd64'
exit 0 exit 0
fi fi
fi fi