From 25ed5c1be6a165819134ed1fbca7b58c48af802c Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Wed, 27 Oct 2021 06:24:34 +0300 Subject: [PATCH] community/gitea: disable on aarch64 - fail tests --- community/gitea/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index daa72d5442d0..5748857ddaba 100644 --- a/community/gitea/APKBUILD +++ b/community/gitea/APKBUILD @@ -7,8 +7,8 @@ pkgrel=2 pkgdesc="A self-hosted Git service written in Go" url="https://gitea.io" # mips(64): nodejs missing -# armhf: failing tests -arch="all !mips !mips64 !armhf" +# armhf, aarch64: failing tests +arch="all !mips !mips64 !armhf !aarch64" license="MIT" options="chmod-clean" depends="git git-lfs gnupg" -- GitLab