From 7ffa1a73f9a40d38bd0c321766b05ad47125a026 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 27 Apr 2023 09:03:00 +0200 Subject: [PATCH] community/dotnet6-runtime: disable on s390x --- community/dotnet6-runtime/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/dotnet6-runtime/APKBUILD b/community/dotnet6-runtime/APKBUILD index 8551c8afdc95..d635f8053f0a 100644 --- a/community/dotnet6-runtime/APKBUILD +++ b/community/dotnet6-runtime/APKBUILD @@ -29,7 +29,7 @@ _pkgver_macro=${pkgver%.*} _pkgver_name=${_pkgver_macro//[.0]} _bldver_ver=${_bldver%%-*} pkgdesc="The .NET $_pkgver_macro Core runtime" -arch="x86_64 aarch64 armv7 s390x" +arch="x86_64 aarch64 armv7" url=https://dotnet.microsoft.net license="MIT" depends=" -- GitLab