From 7cebb3d8b95d1b97718cc1c7f65604a3c80e6efd Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 17 Apr 2022 16:24:32 +0000 Subject: [PATCH] community/grafana: disable on armhf --- community/grafana/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/grafana/APKBUILD b/community/grafana/APKBUILD index 758235d98ab..91514253b6f 100644 --- a/community/grafana/APKBUILD +++ b/community/grafana/APKBUILD @@ -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"