diff options
Diffstat (limited to 'testing/metricbeat/APKBUILD')
-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 abf6b36006..5670b8aee0 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 !aarch64 !armhf" +arch="all !aarch64 !armhf !armv7" license="ASL 2.0" depends="" makedepends="go" |