Automator: update common-files@master in istio/istio.io@master (#8723)

This commit is contained in:
Istio Automation 2021-01-04 09:19:35 -08:00 committed by GitHub
parent 61dd666bed
commit b64feef101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
62ee839595d2f2d0101fc9b086fd15a67fd0fc10
1dba0087df36f548f522173d5386415ae0b85567

View File

@ -38,6 +38,8 @@ elif [[ ${LOCAL_ARCH} == armv* ]]; then
export TARGET_ARCH=arm
elif [[ ${LOCAL_ARCH} == s390x ]]; then
export TARGET_ARCH=s390x
elif [[ ${LOCAL_ARCH} == ppc64le ]]; then
export TARGET_ARCH=ppc64le
else
echo "This system's architecture, ${LOCAL_ARCH}, isn't supported"
exit 1