summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functions.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh.in b/functions.sh.in
index 58567d6..d04c776 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -6,7 +6,7 @@ program=${0##*/}
arch_to_hostspec() {
case "$1" in
aarch64) echo "aarch64-alpine-linux-musl" ;;
- armhf) echo "armhf-alpine-linux-muslgnueabihf" ;;
+ armhf) echo "armv6-alpine-linux-muslgnueabihf" ;;
armv7) echo "armv7-alpine-linux-musleabihf" ;;
ppc) echo "powerpc-alpine-linux-musl" ;;
ppc64) echo "powerpc64-alpine-linux-musl" ;;