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:
parent
93b4b4ae0f
commit
1494f203ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue