aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-17 13:31:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-17 13:31:54 +0000
commit02f582cc018ecb9f410558507e9e9374a89c132c (patch)
tree84dba49480bef052d5367b73993a442ae7419eb2 /community
parent656038f147c68c5cd68e7f5b6d0935074a75c894 (diff)
downloadaports-02f582cc018ecb9f410558507e9e9374a89c132c.tar.bz2
aports-02f582cc018ecb9f410558507e9e9374a89c132c.tar.xz
community/syncthing: disable on armhf
tests fails
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 ac39e8d53f..9a113b096f 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"