aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-24 15:57:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-24 15:58:13 +0000
commit28533cf46ef03c285592709764bed34ef9bc4277 (patch)
treeb8cd2c87df690945dbb73362990c8721ec55b984
parentb3a6b93752146de3d6cd415398ed05e5fa639333 (diff)
testing/traefik: disable on x86 due to testsuite failure
-rw-r--r--testing/traefik/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD
index b1fa0e5cd21..810bb83e3b6 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"