aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-11 17:16:43 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-11 17:16:59 +0200
commit4086bf87e54125e8f86e64a061ffed64b38a135c (patch)
tree5c6726e761e2ce7d4b3efe6cf7546529d08eaeb9
parentb7b91ac588c9293ad49c9d7c81f5f3e01902451f (diff)
downloadaports-4086bf87e54125e8f86e64a061ffed64b38a135c.tar.bz2
aports-4086bf87e54125e8f86e64a061ffed64b38a135c.tar.xz
community/gitea: disable check on armhf
-rw-r--r--community/gitea/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index 022845a176..5271a24cf6 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() {