diff --git a/community/acme-redirect/APKBUILD b/community/acme-redirect/APKBUILD
index 962927f702958b2b2deb1d21e16117152bc72b39..bb8fe3fef897837cebf964103cce2cf02a079bf5 100644
--- a/community/acme-redirect/APKBUILD
+++ b/community/acme-redirect/APKBUILD
@@ -5,8 +5,8 @@ pkgver=0.5.3
 pkgrel=2
 pkgdesc="Tiny http daemon that answers acme challenges and redirects everything else to https"
 url="https://github.com/kpcyrd/acme-redirect"
-# ppc64le and s390x blocked by ring crate
-arch="all !ppc64le !s390x"
+# ppc64le and s390x and riscv64 blocked by ring crate
+arch="all !ppc64le !s390x !riscv64"
 license="GPL-3.0-or-later"
 makedepends="
 	cargo