adding zlinux-support

This commit is contained in:
KIRAN DARBHA
2020-08-18 16:49:01 +05:30
committed by LPowlett
parent e6119202b4
commit dd88fe5441
3 changed files with 21 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ function push_developer {
}
function push_production {
if [ "$ARCH" = "amd64" ] ; then
if [[ "$ARCH" = "amd64" || "$ARCH" = "s390x" ]] ; then
echo 'Pushing Production image...' && echo -en 'travis_fold:start:push-advancedserver\\r'
make push-advancedserver
echo -en 'travis_fold:end:push-advancedserver\\r'