From 9ebbeeb3c0a7edb6b928deb74a7806197fc21e93 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Tue, 8 Jan 2019 20:01:03 +0000 Subject: [PATCH] community/syncthing: disable on s390x due to s390x failure --- community/syncthing/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index 07c9b1e961c2..e8e7415ec6df 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" -- GitLab