diff --git a/testing/lsd/APKBUILD b/testing/lsd/APKBUILD
index 96dcfad2c2020a39d5f239233977c79cfc69f863..d0a01c26810e629e738b20139babce39805e0c48 100644
--- a/testing/lsd/APKBUILD
+++ b/testing/lsd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.0
 pkgrel=0
 pkgdesc="Next-Gen ls command"
 url="https://github.com/Peltoche/lsd"
-arch="all !riscv64" # blocked by cargo
+arch="all"
 license="Apache-2.0"
 makedepends="cargo cargo-auditable"
 source="https://github.com/Peltoche/lsd/archive/refs/tags/v$pkgver/lsd-$pkgver.tar.gz"