diff --git a/community/dotnet7-stage0/APKBUILD b/community/dotnet7-stage0/APKBUILD index 6b92b353f24d41fd177487db7fd054512b9a6198..2c7e636f85a821fde72dc2623b4d90646871119a 100644 --- a/community/dotnet7-stage0/APKBUILD +++ b/community/dotnet7-stage0/APKBUILD @@ -43,7 +43,8 @@ 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" +# s390x: no diskspace +arch="all !s390x !x86 !armhf !riscv64" url=https://dotnet.microsoft.com _giturl=https://github.com/dotnet/installer license="MIT"