testing/metricbeat: disable on armhf and aarch64

build fails
This commit is contained in:
Natanael Copa 2018-03-29 10:25:14 +00:00
parent e701bf1210
commit 84ddedd0ae

View File

@ -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"