cloudapi: add live-installer
This was missing to enable `live-installer` in the CloudAPI.
This commit is contained in:
parent
d0a5da6866
commit
326f0cfa2f
1 changed files with 4 additions and 0 deletions
|
|
@ -565,6 +565,8 @@ func (h *apiHandlers) PostCompose(ctx echo.Context) error {
|
|||
fallthrough
|
||||
case ImageTypesIotInstaller:
|
||||
fallthrough
|
||||
case ImageTypesLiveInstaller:
|
||||
fallthrough
|
||||
case ImageTypesEdgeCommit:
|
||||
fallthrough
|
||||
case ImageTypesIotCommit:
|
||||
|
|
@ -783,6 +785,8 @@ func imageTypeFromApiImageType(it ImageTypes, arch distro.Arch) string {
|
|||
return "iot-installer"
|
||||
case ImageTypesIotRawImage:
|
||||
return "iot-raw-image"
|
||||
case ImageTypesLiveInstaller:
|
||||
return "live-installer"
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue