cloudapi/v2: expose wsl image type
This commit is contained in:
parent
f39792d927
commit
e5c4640923
4 changed files with 77 additions and 70 deletions
|
|
@ -331,6 +331,8 @@ func imageTypeFromApiImageType(it ImageTypes, arch distro.Arch) string {
|
|||
return "iot-raw-image"
|
||||
case ImageTypesLiveInstaller:
|
||||
return "live-installer"
|
||||
case ImageTypesWsl:
|
||||
return "wsl"
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue