aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-08 20:01:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-08 20:01:03 +0000
commit9ebbeeb3c0a7edb6b928deb74a7806197fc21e93 (patch)
tree3962ecc00dcfc9dd2c456bd92849b3910c86e529 /community
parent9fda7d081e1d06d23dcac2a46439601867c96e79 (diff)
downloadaports-9ebbeeb3c0a7edb6b928deb74a7806197fc21e93.tar.bz2
aports-9ebbeeb3c0a7edb6b928deb74a7806197fc21e93.tar.xz
community/syncthing: disable on s390x due to s390x failure
Diffstat (limited to 'community')
-rw-r--r--community/syncthing/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index 07c9b1e961..e8e7415ec6 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -7,7 +7,7 @@ pkgver=0.14.54
pkgrel=0
pkgdesc="Open Source Continuous File Synchronization"
url="https://syncthing.net/"
-arch="all !armhf !armv7"
+arch="all !armhf !armv7 !s390x"
license="MPL-2.0"
pkgusers="$pkgname"
pkggroups="$pkgname"