aboutsummaryrefslogtreecommitdiffstats
path: root/testing/traefik/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/traefik/APKBUILD')
-rw-r--r--testing/traefik/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD
index 1a004bd57f..41d3d2dc73 100644
--- a/testing/traefik/APKBUILD
+++ b/testing/traefik/APKBUILD
@@ -3,10 +3,10 @@
# Maintainer: Joe Holden <jwh@zorins.us>
pkgname=traefik
pkgver=2.1.7
-pkgrel=0
+pkgrel=1
pkgdesc="The Cloud Native Edge Router"
url="https://traefik.io"
-arch="all !x86 !s390x !armhf !armv7" # tests fails on x86 and armhf
+arch="all !x86 !armhf !armv7" # tests fail on x86, armhf, and armv7
license="MIT"
makedepends="go go-bindata"
install="$pkgname.pre-install"