VMware should be vmdk

This commit is contained in:
Neil Hanlon 2022-11-13 18:47:39 -05:00
parent 564d64a979
commit 398b146982
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class ImageBuild:
_map = {
"Vbox": "vmdk",
"Libvirt": "qcow2",
"VMware": "vhd"
"VMware": "vmdk"
}
output = f"{_map[self.variant]}" #type: ignore
self.stage_commands = [