Merge pull request #53358 from chhetripradeep/pchhetri/add-s390x-in-universal-script

Add linux s390x to universal installer
This commit is contained in:
robot-ch-test-poll2 2023-08-13 20:21:41 +02:00 committed by GitHub
commit 91d0388340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,9 @@ then
elif [ "${ARCH}" = "riscv64" ]
then
DIR="riscv64"
elif [ "${ARCH}" = "s390x" ]
then
DIR="s390x"
fi
elif [ "${OS}" = "FreeBSD" ]
then