aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/traefik/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD
index b1fa0e5cd2..810bb83e3b 100644
--- a/testing/traefik/APKBUILD
+++ b/testing/traefik/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.7.5
pkgrel=1
pkgdesc="The Cloud Native Edge Router"
url="https://traefik.io"
-arch="all"
+arch="all !x86" # tests fails on x86
license="MIT"
makedepends="go go-bindata"
install="$pkgname.pre-install"