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

- A few modules for i686 are filtered
This commit is contained in:
soksanichenko 2023-04-03 12:44:37 +03:00
parent 503876569e
commit 7247d5c7b0
1 changed files with 12 additions and 2 deletions

View File

@ -111,7 +111,8 @@ filter_packages = [
)
]
filter_modules = [(
filter_modules = [
(
'^AppStream$', {
'*': [
"postgresql:15",
@ -120,7 +121,16 @@ filter_modules = [(
"jaxb:4",
]
}
)]
),
(
'^devel$', {
'*': [
"javapackages-bootstrap-devel:202201",
"javapackages-bootstrap:202201",
]
}
),
]
additional_packages = [
(