Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
install.sh: add s390x to the install script
Browse files Browse the repository at this point in the history
Updates #2062.
  • Loading branch information
kevinburke committed Dec 19, 2018
1 parent 22125cf commit f44f99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ initArch() {
i386) ARCH="386";;
ppc64) ARCH="ppc64";;
ppc64le) ARCH="ppc64le";;
s390x) ARCH="s390x";;
*) echo "Architecture ${ARCH} is not supported by this installation script"; exit 1;;
esac
echo "ARCH = $ARCH"
Expand Down

0 comments on commit f44f99c

Please sign in to comment.