From 4086bf87e54125e8f86e64a061ffed64b38a135c Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Mon, 11 May 2020 17:16:43 +0200 Subject: community/gitea: disable check on armhf --- community/gitea/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index 022845a1764..5271a24cf67 100644 --- a/community/gitea/APKBUILD +++ b/community/gitea/APKBUILD @@ -23,7 +23,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/go-gitea/gitea/archive/v$pkg builddir="$srcdir/src/code.gitea.io/$pkgname" case "$CARCH" in - x86_64|s390x|x86) options="$options !check" ;; + x86_64|s390x|x86|armhf) options="$options !check" ;; esac prepare() { -- cgit v1.2.3