diff options
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 1734521657..e566adb2d3 100644 --- a/testing/traefik/APKBUILD +++ b/testing/traefik/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.7 pkgrel=1 pkgdesc="The Cloud Native Edge Router" url="https://traefik.io" -arch="all !x86 !s390x !armhf" # tests fails on x86 and armhf +arch="all !x86 !s390x !armhf !armv7" # tests fails on x86 and armhf license="MIT" makedepends="go go-bindata" install="$pkgname.pre-install" |