- A couple of modules are filtered for i686

This commit is contained in:
soksanichenko 2023-03-28 17:42:08 +03:00
parent d492146832
commit cca97a6e46
1 changed files with 8 additions and 1 deletions

View File

@ -111,7 +111,14 @@ filter_packages = [
)
]
filter_modules = []
filter_modules = [(
'^AppStream$', {
'*': [
"maven:3.8",
"pmdk:1_fileformat_v6",
]
}
)]
additional_packages = [
(