diff options
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 810bb83e3b..52c0b00518 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" # tests fails on x86 +arch="all !x86 !s390x" # tests fails on x86 license="MIT" makedepends="go go-bindata" install="$pkgname.pre-install" |