aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/lua-http/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD
index cc88dbcae73..b8a3d316618 100644
--- a/community/lua-http/APKBUILD
+++ b/community/lua-http/APKBUILD
@@ -21,7 +21,7 @@ case "$CARCH" in
s390x) _luajit="";;
# FIXME: Some tests fail with "Address not available".
# and ppc64le hangs
- aarch64 | armhf | ppc64le) options="!check";;
+ aarch64|arm*|ppc64le) options="!check";;
*) checkdepends="$checkdepends luajit" _luajit="jit";;
esac