diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-29 10:25:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-29 10:26:02 +0000 |
commit | 84ddedd0ae75f7c26125ad0de23b99ef84682edd (patch) | |
tree | 24ca845ac4c7c13c8bfd3de94c58a03561ba2406 | |
parent | e701bf12106da774d448e21afc5fce0b039e6edf (diff) | |
download | aports-84ddedd0ae75f7c26125ad0de23b99ef84682edd.tar.bz2 aports-84ddedd0ae75f7c26125ad0de23b99ef84682edd.tar.xz |
testing/metricbeat: disable on armhf and aarch64
build fails
-rw-r--r-- | testing/metricbeat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/metricbeat/APKBUILD b/testing/metricbeat/APKBUILD index d08cc39fbd..abf6b36006 100644 --- a/testing/metricbeat/APKBUILD +++ b/testing/metricbeat/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="MetricBeat - Lightweight shipper for system and service statistics" pkgusers="root" url="https://www.elastic.co/products/beats" -arch="all" +arch="all !aarch64 !armhf" license="ASL 2.0" depends="" makedepends="go" |