Remove dotnet7.0 from PPC

This commit is contained in:
Andrew Lukoshko 2022-11-15 22:28:24 +01:00
parent 3c2127869b
commit b8cbb41945

View File

@ -77,15 +77,7 @@ additional_packages = [
'^AppStream$', { '^AppStream$', {
'*': [ '*': [
"almalinux-backgrounds", "almalinux-backgrounds",
"aspnetcore-runtime-7.0",
"aspnetcore-targeting-pack-7.0",
"boom-boot-grub2", "boom-boot-grub2",
"dotnet-apphost-pack-7.0",
"dotnet-hostfxr-7.0",
"dotnet-runtime-7.0",
"dotnet-sdk-7.0",
"dotnet-targeting-pack-7.0",
"dotnet-templates-7.0",
"keylime-selinux", "keylime-selinux",
"pki-symkey", "pki-symkey",
"qatlib-service", "qatlib-service",
@ -104,7 +96,6 @@ additional_packages = [
( (
'^PowerTools$', { '^PowerTools$', {
'*': [ '*': [
"dotnet-sdk-7.0-source-built-artifacts",
"xorg-x11-server-source", "xorg-x11-server-source",
] ]
} }