cloudapi: add azure-cvm image type
Introduce the azure-cvm (confidential VM) in the cloud API.
This commit is contained in:
parent
f1afe0ce26
commit
f6c1709d8d
5 changed files with 226 additions and 212 deletions
|
|
@ -181,6 +181,8 @@ func imageTypeFromApiImageType(it ImageTypes, arch distro.Arch) string {
|
|||
return "gce-rhui"
|
||||
case ImageTypesAzure:
|
||||
return "vhd"
|
||||
case ImageTypesAzureCvm:
|
||||
return "azure-cvm"
|
||||
case ImageTypesAzureRhui:
|
||||
return "azure-rhui"
|
||||
case ImageTypesAzureEap7Rhui:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue