aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/syft/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/syft/APKBUILD b/testing/syft/APKBUILD
index 926295ccfe4..f4dd233b443 100644
--- a/testing/syft/APKBUILD
+++ b/testing/syft/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Generate a Software Bill of Materials (SBOM) from container images and filesystems"
url="https://github.com/anchore/syft"
license="Apache-2.0"
-arch="all"
+arch="all !armhf !armv7 !x86" # FTBFS on 32-bit arches
makedepends="go"
source="https://github.com/anchore/syft/archive/v$pkgver/syft-$pkgver.tar.gz"
options="!check" # tests need docker