diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2020-04-17 10:36:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2020-04-17 10:36:57 +0000 |
commit | da227dc2b48a62091ce10ce146241cd0098ac5d8 (patch) | |
tree | ecedcf3da665f41f2483d066be5c8c49def830b1 /testing | |
parent | 38d82e06f9462f51a2bd7f249af11b47a1c91da6 (diff) | |
download | aports-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')
-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 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" |