aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdabuild.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dabuild.in b/dabuild.in
index ca5e9eb..e3c4326 100755
--- a/dabuild.in
+++ b/dabuild.in
@@ -26,8 +26,8 @@ fi
## allow setting of arch by env variable
[ ! "$DABUILD_ARCH" ] && DABUILD_ARCH=$(uname -m)
case "$DABUILD_ARCH" in
- x86|x86_64|aarch64|armhf|armv7) ;;
- *) die "Unsupported arch \"$DABUILD_ARCH\" detected." ;;
+ x86|x86_64|aarch64|armv6|armv7|armv7l|armv8 ) ;;
+ * ) die "Unsupported arch \"$DABUILD_ARCH\" detected." ;;
esac
## use branch to figure out most appropriate alpine version