aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/trivy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/trivy/APKBUILD b/testing/trivy/APKBUILD
index 2707e301dd..662ce79fad 100644
--- a/testing/trivy/APKBUILD
+++ b/testing/trivy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.4
pkgrel=0
pkgdesc="A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI"
url="https://github.com/aquasecurity/trivy"
-arch="all !s390x" # tests SIGSEGV on s390x - https://github.com/aquasecurity/trivy/issues/430
+arch="all !s390x !mips !mips64" # tests SIGSEGV on s390x - https://github.com/aquasecurity/trivy/issues/430
license="Apache 2.0"
makedepends="btrfs-progs-dev go linux-headers lvm2-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/aquasecurity/trivy/archive/v$pkgver.tar.gz"