diff --git a/community/git-annex/APKBUILD b/community/git-annex/APKBUILD
index 69916d4e6a1e4eeaa69f01f9150e89520d449f56..8748af3e7b664c25b54c5223344add38212c0bdf 100644
--- a/community/git-annex/APKBUILD
+++ b/community/git-annex/APKBUILD
@@ -2,10 +2,10 @@
 # Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
 pkgname=git-annex
 pkgver=10.20220724
-pkgrel=0
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com"
-arch="x86_64"
+arch="x86_64 aarch64" # limited by ghc
 license="AGPL-3.0-or-later"
 depends="
 	curl