diff --git a/community/dotnet7-stage0/APKBUILD b/community/dotnet7-stage0/APKBUILD
index 3b91f937a4c152b7690b87b732c1d5612247c9cc..615375c80dbd23dd76a11e72096f39032b22f2cf 100644
--- a/community/dotnet7-stage0/APKBUILD
+++ b/community/dotnet7-stage0/APKBUILD
@@ -46,7 +46,7 @@ pkgdesc="The .NET Core stage0 bits for dotnet build"
 # armhf: blocked by https://github.com/dotnet/runtime/issues/77663
 # x86: blocked by https://github.com/dotnet/runtime/issues/83509
 # riscv64: port WIP https://github.com/dotnet/runtime/issues/36748
-arch="all !x86 !armhf !riscv64"
+#arch="all !x86 !armhf !riscv64"
 url=https://dotnet.microsoft.com
 _giturl=https://github.com/dotnet/installer
 license="MIT"