aboutsummaryrefslogtreecommitdiffstats
path: root/testing/syncthing-inotify
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 18:37:19 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 18:37:58 +0200
commit9e181ec45525dc79a4c6562c31886d29a7591559 (patch)
treeefdf057a771b62189d53dfe4b810778072af6095 /testing/syncthing-inotify
parent6a078f64dcf475beff69ef619b559dcac56047e6 (diff)
testing/syncthing-inotify: disable on s390x
syncthing is not available for that arch.
Diffstat (limited to 'testing/syncthing-inotify')
-rw-r--r--testing/syncthing-inotify/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/syncthing-inotify/APKBUILD b/testing/syncthing-inotify/APKBUILD
index a8cd62bde82..46a336a5eab 100644
--- a/testing/syncthing-inotify/APKBUILD
+++ b/testing/syncthing-inotify/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.8.7
pkgrel=2
pkgdesc="File watcher intended for use with Syncthing"
url="https://github.com/syncthing/syncthing-inotify"
-arch="all !armhf !armv7"
+arch="all !armhf !armv7 !s390x"
license="MPL-2.0"
depends="syncthing"
makedepends="go"