Merge pull request #16662 from linux-on-ibm-z/master

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-30 17:54:41 -08:00
4 changed files with 16 additions and 5 deletions

View File

@@ -96,9 +96,11 @@ elif [[ "${machine}" == "i686" ]]; then
arch="386"
elif [[ "${machine}" == "arm*" ]]; then
arch="arm"
elif [[ "${machine}" == "s390x*" ]]; then
arch="s390x"
else
echo "Unknown, unsupported architecture (${machine})."
echo "Supported architectures x86_64, i686, arm*"
echo "Supported architectures x86_64, i686, arm, s390x."
echo "Bailing out."
exit 3
fi