aboutsummaryrefslogtreecommitdiffstats
path: root/testing/homer-app
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 10:36:57 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 10:36:57 +0000
commitda227dc2b48a62091ce10ce146241cd0098ac5d8 (patch)
treeecedcf3da665f41f2483d066be5c8c49def830b1 /testing/homer-app
parent38d82e06f9462f51a2bd7f249af11b47a1c91da6 (diff)
downloadaports-da227dc2b48a62091ce10ce146241cd0098ac5d8.tar.bz2
aports-da227dc2b48a62091ce10ce146241cd0098ac5d8.tar.xz
testing/homer-app: build only on x86_64 for now
strip: Unable to recognise the format of the input file './usr/bin/homer-app'
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 0f0543c16e..55a87db123 100644
--- a/testing/homer-app/APKBUILD
+++ b/testing/homer-app/APKBUILD
@@ -5,7 +5,7 @@ _uiver=7.7.032
pkgrel=2
pkgdesc="HOMER 7.x Front-End and API Server"
url="http://sipcapture.io"
-arch="all"
+arch="x86_64"
license="AGPL-3.0-or-later"
makedepends="go"
install="$pkgname.pre-install"