Skip to content
Snippets Groups Projects
Commit 7ffa1a73 authored by alice's avatar alice
Browse files

community/dotnet6-runtime: disable on s390x

parent 1f2a5f98
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ _pkgver_macro=${pkgver%.*} ...@@ -29,7 +29,7 @@ _pkgver_macro=${pkgver%.*}
_pkgver_name=${_pkgver_macro//[.0]} _pkgver_name=${_pkgver_macro//[.0]}
_bldver_ver=${_bldver%%-*} _bldver_ver=${_bldver%%-*}
pkgdesc="The .NET $_pkgver_macro Core runtime" pkgdesc="The .NET $_pkgver_macro Core runtime"
arch="x86_64 aarch64 armv7 s390x" arch="x86_64 aarch64 armv7"
url=https://dotnet.microsoft.net url=https://dotnet.microsoft.net
license="MIT" license="MIT"
depends=" depends="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment