add subvariants to each image type

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-12-01 11:08:51 -05:00
parent b47ceee2e6
commit 990907f44b
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -88,6 +88,7 @@ image_build = {
"arches": ["x86_64", "aarch64"], "arches": ["x86_64", "aarch64"],
'install_tree_from': 'BaseOS', 'install_tree_from': 'BaseOS',
"repo": ["BaseOS","AppStream","CRB"], "repo": ["BaseOS","AppStream","CRB"],
"subvariant": "generic",
"failable": ["*"], "failable": ["*"],
}, },
"factory-parameters": { "factory-parameters": {