ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta

- A few modules for x86_64 are filtered
This commit is contained in:
soksanichenko 2023-04-03 11:37:42 +03:00
parent 4fdf0c0094
commit 503876569e

View File

@ -97,18 +97,26 @@ filter_packages = [
) )
] ]
filter_modules = [( filter_modules = [
(
'^AppStream$', { '^AppStream$', {
'*': [ '*': [
"postgresql:15", "postgresql:15",
"swig:4.1", "swig:4.1",
"nginx:1.22", "nginx:1.22",
"jaxb:4", "jaxb:4",
]
}
),
(
'^devel$', {
'*': [
"javapackages-bootstrap-devel:202201", "javapackages-bootstrap-devel:202201",
"javapackages-bootstrap:202201", "javapackages-bootstrap:202201",
] ]
} }
)] ),
]
additional_packages = [ additional_packages = [
( (