diff --git a/testing/py3-piexif/APKBUILD b/testing/py3-piexif/APKBUILD index 4eade68ef5a..7aed3f39425 100644 --- a/testing/py3-piexif/APKBUILD +++ b/testing/py3-piexif/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.1.3 pkgrel=1 pkgdesc="EXIF manipulations with Python" url="https://github.com/hMatoba/Piexif" -arch="noarch !s390x" # Test failures +arch="noarch !armhf !s390x" # Test failures license="MIT" depends="python3" makedepends="py3-setuptools"