diff options
Diffstat (limited to 'testing/filebeat')
-rw-r--r-- | testing/filebeat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/filebeat/APKBUILD b/testing/filebeat/APKBUILD index 809ff27470..af932e19a5 100644 --- a/testing/filebeat/APKBUILD +++ b/testing/filebeat/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Lightweight Shipper for Logs" pkgusers="root" url="https://www.elastic.co/products/beats" -arch="all !armhf !aarch64" +arch="all !armhf !armv7 !aarch64" license="Apache-2.0" depends="" makedepends="go" |