Skip to content

Commit

Permalink
revert aarch64 to use arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
xunholy committed Mar 26, 2020
1 parent 1a3467d commit 2909166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Expand Up @@ -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
Expand Down

0 comments on commit 2909166

Please sign in to comment.