Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Fix arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Apr 10, 2020
1 parent a4528d4 commit 6dbc8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion create-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ case "${CPU_ARCH}" in
FRIENDLY_ARCH=armhf
;;

arm64v8)
aarch64|arm64v8)
FRIENDLY_ARCH=aarch64
;;

Expand Down
1 change: 1 addition & 0 deletions download-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dbc8dc

Please sign in to comment.