image_build: Accept Kiwi extension for Azure VHD images

Kiwi builds for Azure fixed VHD images are suffixed with "vhdfixed"
instead of plain "vhd". Add that to the list of suffixes.

Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
This commit is contained in:
Jeremy Cline 2024-03-06 16:39:17 -05:00 committed by lsedlar
parent 93b4b4ae0f
commit 1494f203ce

View File

@ -39,7 +39,7 @@ EXTENSIONS = {
"vagrant-vmware-fusion": ["vagrant-vmware-fusion.box"],
"vdi": ["vdi"],
"vmdk": ["vmdk"],
"vpc": ["vhd"],
"vpc": ["vhd", "vhdfixed"],
"vhd-compressed": ["vhd.gz", "vhd.xz"],
"vsphere-ova": ["vsphere.ova"],
}