diff --git a/testing/hdr10plus-tool/APKBUILD b/testing/hdr10plus-tool/APKBUILD
index 112bae61b1511970fb0a5578478e703cb3e84b1e..46533b8aee60699f0a9097394fc0f30adfb6d7a2 100644
--- a/testing/hdr10plus-tool/APKBUILD
+++ b/testing/hdr10plus-tool/APKBUILD
@@ -5,8 +5,8 @@ pkgver=1.6.0
 pkgrel=0
 pkgdesc="CLI utility to work with HDR10+ in HEVC files"
 url="https://github.com/quietvoid/hdr10plus_tool"
-# armhf: fails tests
-arch="all !armhf"
+# arm: fails tests
+arch="all !armhf !armv7"
 license="MIT"
 makedepends="cargo cargo-auditable fontconfig-dev"
 checkdepends="font-opensans"