diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-03-18 19:42:11 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-03-18 19:42:11 +0000 |
commit | a25f2473e5197aeac5a8c6932573213e2bfc6f9b (patch) | |
tree | d25677c90008fb12e416885a1d504a9d422f318d /testing/homer-app | |
parent | c0854132a0610ef72e5251fd99736b22bc882bad (diff) | |
download | aports-a25f2473e5197aeac5a8c6932573213e2bfc6f9b.tar.bz2 aports-a25f2473e5197aeac5a8c6932573213e2bfc6f9b.tar.xz |
testing/homer-app: disable on s390x
It is failing with a syntax error, and has been disabled on other arches as
well.
Diffstat (limited to 'testing/homer-app')
-rw-r--r-- | testing/homer-app/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/homer-app/APKBUILD b/testing/homer-app/APKBUILD index d506b90135..1b1b4a49b6 100644 --- a/testing/homer-app/APKBUILD +++ b/testing/homer-app/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="HOMER 7.x Front-End and API Server" url="http://sipcapture.io" # checks fail: release/homer-app_linux_amd64/homer-app: line 1: syntax error: unterminated quoted string -arch="all !aarch64 !armv7 !ppc64le !armhf" +arch="all !aarch64 !armv7 !ppc64le !armhf !s390x" license="AGPL-3.0-or-later" makedepends="go" install="$pkgname.pre-install" |