Merge branch 'master' of pumpkin.lan:Mike/Projects/rhasspy

This commit is contained in:
Michael Hansen
2020-04-15 16:03:39 -04:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ case "${CPU_ARCH}" in
FRIENDLY_ARCH=armhf
;;
arm64v8)
aarch64|arm64v8)
FRIENDLY_ARCH=aarch64
;;
+1
View File
@@ -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