community/grafana: disable on armhf

This commit is contained in:
Kevin Daudt 2022-04-17 16:24:32 +00:00
parent ea087b55b0
commit 7cebb3d8b9

View File

@ -10,7 +10,9 @@ _commit=4cafe613e1 # git rev-parse --short HEAD
_stamp=1648729399 # git --no-pager show -s --format=%ct
pkgdesc="Open source, feature rich metrics dashboard and graph editor"
url="https://grafana.com"
arch="all !s390x" # tests fail https://github.com/grafana/grafana/issues/26390
# armhf: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13720
# s390x: tests fail https://github.com/grafana/grafana/issues/26390
arch="all !s390x !armhf"
license="AGPL-3.0-only"
depends="grafana-frontend=$pkgver-r$pkgrel"
makedepends="go"