diff options
Diffstat (limited to 'testing/snapper/APKBUILD')
-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 94b035fd6a..33ae439b6e 100644 --- a/testing/snapper/APKBUILD +++ b/testing/snapper/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.4 pkgrel=0 pkgdesc="Manage filesystem snapshots and allow undo of system modifications" url="https://snapper.io" -arch="all" +arch="all !armhf" # armhf: fails to build license="GPL-2.0" # 3 tests are failing options="!check" |