diff options
-rw-r--r-- | testing/softhsm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/softhsm/APKBUILD b/testing/softhsm/APKBUILD index a71c1d0e8f..aec3335bca 100644 --- a/testing/softhsm/APKBUILD +++ b/testing/softhsm/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.0 pkgrel=1 pkgdesc="cryptographic store accessible through a PKCS #11" url="https://www.opendnssec.org/softhsm/" -arch="all" +arch="all !armhf" #limited by botan dependency license="BSD-2-Clause" depends="sqlite" checkdepends="cppunit-dev" |