cloudapi: add minimal-raw

This commit is contained in:
Ondřej Budai 2024-02-16 13:14:02 +01:00 committed by Tomáš Hozza
parent eb3bd9dc43
commit 08aabe1bef
4 changed files with 88 additions and 79 deletions

View file

@ -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,