diff --git a/travis-build-scripts/push.sh b/travis-build-scripts/push.sh index bc73cef..b3be8a1 100755 --- a/travis-build-scripts/push.sh +++ b/travis-build-scripts/push.sh @@ -1,6 +1,6 @@ #!/bin/bash -# © Copyright IBM Corporation 2019, 2020 +# © Copyright IBM Corporation 2019, 2021 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,11 +32,9 @@ function push_developer { } function push_production { - 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' - fi + echo 'Pushing Production image...' && echo -en 'travis_fold:start:push-advancedserver\\r' + make push-advancedserver + echo -en 'travis_fold:end:push-advancedserver\\r' } # call relevant push function