diff --git a/create-venv.sh b/create-venv.sh index 05270ab0..0b0e5e66 100755 --- a/create-venv.sh +++ b/create-venv.sh @@ -170,7 +170,7 @@ case "${CPU_ARCH}" in FRIENDLY_ARCH=armhf ;; - arm64v8) + aarch64|arm64v8) FRIENDLY_ARCH=aarch64 ;; diff --git a/download-dependencies.sh b/download-dependencies.sh index 6c0fffbb..1e969196 100755 --- a/download-dependencies.sh +++ b/download-dependencies.sh @@ -70,6 +70,7 @@ declare -A CPU_TO_FRIENDLY CPU_TO_FRIENDLY["x86_64"]="amd64" CPU_TO_FRIENDLY["armv7l"]="armhf" CPU_TO_FRIENDLY["arm64v8"]="aarch64" +CPU_TO_FRIENDLY["aarch64"]="aarch64" CPU_TO_FRIENDLY["armv6l"]="armv6l" declare -A FRIENDLY_TO_DOCKER