Power support (#193)

* MQ 9.2.5.0 & Power Support
This commit is contained in:
Stephen Marshall
2021-12-06 17:51:50 +00:00
committed by GitHub Enterprise
parent 1f6d37afed
commit a48ac18522
10 changed files with 53 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ if [ -z "$BUILD_INTERNAL_LEVEL" ] ; then
echo -en 'travis_fold:end:build-devserver\\r'
fi
if [ "$BUILD_ALL" = true ] || [ "$LTS" = true ] ; then
if [[ "$ARCH" = "amd64" || "$ARCH" = "s390x" ]] ; then
if [[ "$ARCH" = "amd64" || "$ARCH" = "s390x" || "$ARCH" = "ppc64le" ]] ; then
echo 'Building Production image...' && echo -en 'travis_fold:start:build-advancedserver\\r'
make build-advancedserver
echo -en 'travis_fold:end:build-advancedserver\\r'