diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 09:24:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 09:24:48 +0000 |
commit | 00cf3649e875643999f337342bb633489d5a78c5 (patch) | |
tree | 6328b4eec78b17539ff38a5b720c1d561e078da9 | |
parent | 66b488d3f8e7ea510b49f5e1f0bf2792eb240313 (diff) | |
download | aports-00cf3649e875643999f337342bb633489d5a78c5.tar.bz2 aports-00cf3649e875643999f337342bb633489d5a78c5.tar.xz |
testing/cloudfoundry-cli: disable on s390x due to build failure
-rw-r--r-- | testing/cloudfoundry-cli/APKBUILD | 2 |
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="" |