aboutsummaryrefslogtreecommitdiffstats
path: root/testing/homer-app
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:36:37 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:36:37 +0000
commitffe378110f8451f645b90d50f4492ab7417bcf79 (patch)
tree422fe599a6f9fe10888047644fd1b12027a89d1b /testing/homer-app
parent2984c874fa954cdca791462351a8f607c3368597 (diff)
downloadaports-ffe378110f8451f645b90d50f4492ab7417bcf79.tar.bz2
aports-ffe378110f8451f645b90d50f4492ab7417bcf79.tar.xz
testing/homer-app: disable on mips
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 1b1b4a49b6..0e261f3d8d 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 !s390x"
+arch="all !aarch64 !armv7 !ppc64le !armhf !s390x !mips !mips64"
license="AGPL-3.0-or-later"
makedepends="go"
install="$pkgname.pre-install"