aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/dzonegit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dzonegit/APKBUILD b/testing/dzonegit/APKBUILD
index c9789e2768..60bb90330e 100644
--- a/testing/dzonegit/APKBUILD
+++ b/testing/dzonegit/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.11
pkgrel=0
pkgdesc="Git hooks to manage a repository of DNS zones"
url="https://github.com/oskar456/dzonegit"
-arch="noarch"
+arch="noarch !x86" # Testsuite fails
license="MIT"
depends="bind-tools git python3"
checkdepends="py3-pytest py3-pytest-runner"