aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2021-10-28 07:04:20 +0300
committerAndy Postnikov <apostnikov@gmail.com>2021-10-28 07:04:20 +0300
commit6d7cb5a56890addbaf3a11dea76a2cca965719b1 (patch)
treee876164061ba8982e2f19311911b85fbc58c22cc
parent7e18f7b8888670995d9ae0fccb74b5b5b5f07e66 (diff)
community/gitea: disable on x86_64
-rw-r--r--community/gitea/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index 6bcb30e10fa..f83b0d45c4f 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="A self-hosted Git service written in Go"
url="https://gitea.io"
# armhf, ppc64le, aarch64: failing tests
-arch="all !armhf !ppc64le !aarch64"
+arch="all !armhf !ppc64le !aarch64 !x86_64"
license="MIT"
options="chmod-clean"
depends="git git-lfs gnupg"