diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 15:46:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 15:46:56 +0000 |
commit | 22478cf01f6bc38aa8b987de2048ef68ff9fb6bb (patch) | |
tree | 0c2b88b760f005ef2520251e7672371ffbcd14a1 /testing/traefik | |
parent | 5bee58769d521a263340c1da2b3a3e60126bea28 (diff) | |
download | aports-22478cf01f6bc38aa8b987de2048ef68ff9fb6bb.tar.bz2 aports-22478cf01f6bc38aa8b987de2048ef68ff9fb6bb.tar.xz |
testing/traefik: disable on armhf due to failing tests
Diffstat (limited to 'testing/traefik')
-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 52c0b00518..5eed941c81 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 !x86 !s390x" # tests fails on x86 +arch="all !x86 !s390x !armhf" # tests fails on x86 and armhf license="MIT" makedepends="go go-bindata" install="$pkgname.pre-install" |