mirror of https://github.com/portainer/portainer
chore(build-system): add support for linux s390x platform (#1316)
s390x works fine (like other Linux architectures).pull/1319/head
parent
ddd804ee2e
commit
11feae19b7
2
build.sh
2
build.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue