diff options
Diffstat (limited to 'community/lua-http/APKBUILD')
-rw-r--r-- | community/lua-http/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD index cc88dbcae7..b8a3d31661 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 |