aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-03-19 01:18:29 +0100
committerAndy Postnikov <apostnikov@gmail.com>2020-03-19 02:30:29 +0200
commitd1a5c6a99a117f37365a25122f40a36cb7140432 (patch)
treee567017b58a290330c1b837660d16bbcf7071eb2
parent45e4fce1141080348ea4efa4685af1363b2137ca (diff)
downloadaports-d1a5c6a99a117f37365a25122f40a36cb7140432.tar.bz2
aports-d1a5c6a99a117f37365a25122f40a36cb7140432.tar.xz
testing/traefik: enable build on s390x
-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"