mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#7071)
This commit is contained in:
parent
eedfe4fc5c
commit
3f5db84e23
|
@ -1 +1 @@
|
|||
21a22c9fca1b694fb5589e31d51959c3dac98fb0
|
||||
57b92ed4fd8ac3b4f7ead9037e46d53cbd45b593
|
||||
|
|
|
@ -26,7 +26,7 @@ set -e
|
|||
LOCAL_ARCH=$(uname -m)
|
||||
export LOCAL_ARCH
|
||||
# Pass environment set target architecture to build system
|
||||
if [[ -z ${TARGET_ARCH} ]]; then
|
||||
if [[ ${TARGET_ARCH} ]]; then
|
||||
export TARGET_ARCH
|
||||
elif [[ ${LOCAL_ARCH} == x86_64 ]]; then
|
||||
export TARGET_ARCH=amd64
|
||||
|
@ -44,7 +44,7 @@ fi
|
|||
LOCAL_OS=$(uname)
|
||||
export LOCAL_OS
|
||||
# Pass environment set target operating-system to build system
|
||||
if [[ -z ${TARGET_OS} ]]; then
|
||||
if [[ ${TARGET_OS} ]]; then
|
||||
export TARGET_OS
|
||||
elif [[ $LOCAL_OS == Linux ]]; then
|
||||
export TARGET_OS=linux
|
||||
|
|
Loading…
Reference in New Issue