mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#8723)
This commit is contained in:
parent
61dd666bed
commit
b64feef101
|
@ -1 +1 @@
|
|||
62ee839595d2f2d0101fc9b086fd15a67fd0fc10
|
||||
1dba0087df36f548f522173d5386415ae0b85567
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue