From 02f582cc018ecb9f410558507e9e9374a89c132c Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Wed, 17 May 2017 13:31:54 +0000 Subject: [PATCH] community/syncthing: disable on armhf tests fails --- community/syncthing/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index ac39e8d53f04..9a113b096f13 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.14.28 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all !s390x" +arch="all !s390x !armhf" license="MPLv2" pkgusers="$pkgname" pkggroups="$pkgname" -- GitLab