cloudapi: add minimal-raw
This commit is contained in:
parent
eb3bd9dc43
commit
08aabe1bef
4 changed files with 88 additions and 79 deletions
|
|
@ -278,6 +278,8 @@ func getDefaultTarget(imageType ImageTypes) (UploadTypes, error) {
|
|||
fallthrough
|
||||
case ImageTypesLiveInstaller:
|
||||
fallthrough
|
||||
case ImageTypesMinimalRaw:
|
||||
fallthrough
|
||||
case ImageTypesVsphere:
|
||||
fallthrough
|
||||
case ImageTypesVsphereOva:
|
||||
|
|
@ -332,6 +334,7 @@ func targetSupportMap() map[UploadTypes]map[ImageTypes]bool {
|
|||
ImageTypesIotInstaller: true,
|
||||
ImageTypesIotRawImage: true,
|
||||
ImageTypesLiveInstaller: true,
|
||||
ImageTypesMinimalRaw: true,
|
||||
ImageTypesVsphereOva: true,
|
||||
ImageTypesVsphere: true,
|
||||
ImageTypesWsl: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue