Add dotnet8.0 to ppc64le and s390x

This commit is contained in:
Andrew Lukoshko 2023-11-18 12:47:38 +01:00
parent a0a4b49dbe
commit ee81c21521
2 changed files with 36 additions and 0 deletions

View File

@ -82,6 +82,24 @@ additional_packages = [
'*': [
"almalinux-backgrounds",
"libreport-almalinux",
"dotnet",
"dotnet-host",
"netstandard-targeting-pack-2.1",
"aspnetcore-runtime-8.0",
"aspnetcore-targeting-pack-8.0",
"dotnet-apphost-pack-8.0",
"dotnet-hostfxr-8.0",
"dotnet-runtime-8.0",
"dotnet-sdk-8.0",
"dotnet-targeting-pack-8.0",
"dotnet-templates-8.0",
]
}
),
(
'^PowerTools$', {
'*': [
"dotnet-sdk-8.0-source-built-artifacts",
]
}
),

View File

@ -81,6 +81,24 @@ additional_packages = [
'*': [
"almalinux-backgrounds",
"libreport-almalinux",
"dotnet",
"dotnet-host",
"netstandard-targeting-pack-2.1",
"aspnetcore-runtime-8.0",
"aspnetcore-targeting-pack-8.0",
"dotnet-apphost-pack-8.0",
"dotnet-hostfxr-8.0",
"dotnet-runtime-8.0",
"dotnet-sdk-8.0",
"dotnet-targeting-pack-8.0",
"dotnet-templates-8.0",
]
}
),
(
'^PowerTools$', {
'*': [
"dotnet-sdk-8.0-source-built-artifacts",
]
}
),