diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index fcf12888cc16..3813679a12fe 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -34,7 +34,7 @@ elif [[ ${LOCAL_ARCH} == x86_64 ]]; then elif [[ ${LOCAL_ARCH} == armv8* ]]; then export TARGET_ARCH=arm64 elif [[ ${LOCAL_ARCH} == aarch64* ]]; then - export TARGET_ARCH=amd64 + export TARGET_ARCH=arm64 elif [[ ${LOCAL_ARCH} == armv* ]]; then export TARGET_ARCH=arm else