diff options
-rw-r--r-- | testing/kea-hook-runscript/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kea-hook-runscript/APKBUILD b/testing/kea-hook-runscript/APKBUILD index 3d4050c73c..6a96e9c92f 100644 --- a/testing/kea-hook-runscript/APKBUILD +++ b/testing/kea-hook-runscript/APKBUILD @@ -3,7 +3,7 @@ pkgname=kea-hook-runscript pkgver=1.3.1 pkgrel=0 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." -arch="all" +arch="all !armhf !armv7" # limited by kea url="https://github.com/zorun/kea-hook-runscript" license="MPL2" depends="kea>=1.4.0" |