diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-24 15:57:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-24 15:58:13 +0000 |
commit | 28533cf46ef03c285592709764bed34ef9bc4277 (patch) | |
tree | b8cd2c87df690945dbb73362990c8721ec55b984 /testing/traefik/APKBUILD | |
parent | b3a6b93752146de3d6cd415398ed05e5fa639333 (diff) | |
download | aports-28533cf46ef03c285592709764bed34ef9bc4277.tar.bz2 aports-28533cf46ef03c285592709764bed34ef9bc4277.tar.xz |
testing/traefik: disable on x86 due to testsuite failure
Diffstat (limited to 'testing/traefik/APKBUILD')
-rw-r--r-- | testing/traefik/APKBUILD | 2 |
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" |