aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/php7/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index b4291af2b1..9d9d129b14 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -378,7 +378,7 @@ check() {
# Ignore it for now and continue build even on test failures.
local allow_fail='no'
case "$CARCH" in
- x86 | armhf | aarch64 | ppc64le) allow_fail='yes'
+ x86 | arm* | aarch64 | ppc64le) allow_fail='yes'
esac
NO_INTERACTION=1 REPORT_EXIT_STATUS=1 \