Add image build for Fedora Server KVM

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2022-08-31 12:11:13 +02:00
parent e66305ac76
commit fba2b1583a

View File

@ -602,6 +602,20 @@ image_build = {
'failable': ['*'],
}
},
{
'image-build': {
'format': [('qcow2','qcow2')],
'name': 'Fedora-Server-KVM',
'kickstart': 'fedora-server-vm-full.ks',
'distro': 'Fedora-22',
'disk_size': 7,
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Server_KVM',
'failable': ['*'],
}
},
],
}