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 788f7a3ae7..cd2b34a34b 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" +arch="all !armhf !aarch64" license="ASL 2.0" depends="" makedepends="go" |