aboutsummaryrefslogtreecommitdiffstats
path: root/testing/homer-app
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-03-13 18:12:27 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-03-13 18:12:27 +0000
commit019f6694c1ce59854ef7d2058d1478490e5aafe8 (patch)
treee2d5861c7fc98fd13e876085979077cfa911326c /testing/homer-app
parent787d009de2d6b58a1e9c966d4ded453cf3267853 (diff)
downloadaports-019f6694c1ce59854ef7d2058d1478490e5aafe8.tar.bz2
aports-019f6694c1ce59854ef7d2058d1478490e5aafe8.tar.xz
testing/homer-app: disable on armv7 aarch64 ppc64le
The build fails with: release/homer-app_linux_amd64/homer-app: line 1: syntax error: unterminated quoted string
Diffstat (limited to 'testing/homer-app')
-rw-r--r--testing/homer-app/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/homer-app/APKBUILD b/testing/homer-app/APKBUILD
index e1cf26b8c9..0a5dbc8f19 100644
--- a/testing/homer-app/APKBUILD
+++ b/testing/homer-app/APKBUILD
@@ -5,7 +5,7 @@ _uiver=7.7.031
pkgrel=1
pkgdesc="HOMER 7.x Front-End and API Server"
url="http://sipcapture.io"
-arch="all"
+arch="all !aarch64 !armv7 !ppc64le"
license="AGPL-3.0-or-later"
makedepends="go"
install="$pkgname.pre-install"