diff --git a/user/dotnet8-runtime/APKBUILD b/user/dotnet8-runtime/APKBUILD index 247b315..6539dbb 100644 --- a/user/dotnet8-runtime/APKBUILD +++ b/user/dotnet8-runtime/APKBUILD @@ -32,7 +32,7 @@ pkgdesc="The .NET $_pkgver_macro Core runtime" # armhf: blocked by https://github.com/dotnet/runtime/issues/77663 # riscv64: blocked by https://github.com/dotnet/runtime/issues/84834 # s390x | ppc64le: mono-based runtime still has issues on musl -arch="all !x86 !armhf !riscv64 !s390x !ppc64le" +arch="all !x86 !armhf !riscv64" url=https://dotnet.microsoft.com license="MIT" provides="dotnet$_pkgver_name=$pkgver-r$pkgrel"