diff options
Diffstat (limited to 'testing/snapper')
-rw-r--r-- | testing/snapper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/snapper/APKBUILD b/testing/snapper/APKBUILD index 950914d077..7d1ebfe865 100644 --- a/testing/snapper/APKBUILD +++ b/testing/snapper/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.4 pkgrel=1 pkgdesc="Manage filesystem snapshots and allow undo of system modifications" url="https://snapper.io" -arch="all !armhf" # armhf: fails to build +arch="all !armhf !armv7" # armhf: fails to build license="GPL-2.0" # 3 tests are failing options="!check" |