aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cloudfoundry-cli
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-16 09:24:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-16 09:24:48 +0000
commit00cf3649e875643999f337342bb633489d5a78c5 (patch)
tree6328b4eec78b17539ff38a5b720c1d561e078da9 /testing/cloudfoundry-cli
parent66b488d3f8e7ea510b49f5e1f0bf2792eb240313 (diff)
downloadaports-00cf3649e875643999f337342bb633489d5a78c5.tar.bz2
aports-00cf3649e875643999f337342bb633489d5a78c5.tar.xz
testing/cloudfoundry-cli: disable on s390x due to build failure
Diffstat (limited to 'testing/cloudfoundry-cli')
-rw-r--r--testing/cloudfoundry-cli/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cloudfoundry-cli/APKBUILD b/testing/cloudfoundry-cli/APKBUILD
index f410e9431b..ae7a74f343 100644
--- a/testing/cloudfoundry-cli/APKBUILD
+++ b/testing/cloudfoundry-cli/APKBUILD
@@ -5,7 +5,7 @@ pkgver=6.18.0
pkgrel=0
pkgdesc="A CLI for Cloud Foundry written in Go"
url="https://github.com/cloudfoundry/cli"
-arch="all"
+arch="all !s390x"
license="Apache-2.0"
depends=""
depends_dev=""