aboutsummaryrefslogtreecommitdiffstats
path: root/community/unit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/unit/APKBUILD')
-rw-r--r--community/unit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD
index 92308b52f93..2947e6359ef 100644
--- a/community/unit/APKBUILD
+++ b/community/unit/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="NGINX Unit is a dynamic web application server"
url="https://unit.nginx.org/"
# armhf, x86: tests fail (https://github.com/nginx/unit/issues/118)
# s390x: tests fail
-arch="all !armhf !x86 !s390x"
+arch="all !armhf !armv7 !x86 !s390x"
license="Apache-2.0"
_phpver=7
makedepends="perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev"