azure: the pungi format is vpc to make vhd images

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-05-15 12:44:48 -07:00
parent 29fb0a1e46
commit b06c01d9ba
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ image_build = {
}, },
{ {
'image-build': { 'image-build': {
'format': [('vhd','vhd')], 'format': [('vpc','vpc')],
'name': 'Fedora-Cloud-Base-Azure', 'name': 'Fedora-Cloud-Base-Azure',
'target': 'f39', 'target': 'f39',
'version': '39', 'version': '39',

View File

@ -313,7 +313,7 @@ image_build = {
}, },
{ {
'image-build': { 'image-build': {
'format': [('vhd','vhd')], 'format': [('vpc','vpc')],
'name': 'Fedora-Cloud-Base-Azure', 'name': 'Fedora-Cloud-Base-Azure',
'kickstart': 'fedora-cloud-base-azure.ks', 'kickstart': 'fedora-cloud-base-azure.ks',
# Use `Fedora-30` profile here because we need it # Use `Fedora-30` profile here because we need it