Skip to content

Commit

Permalink
edge: add iot-simplified-installer image type
Browse files Browse the repository at this point in the history
Adds iot-simplified-installer image type to enable koji composes.

Signed-off-by: djach7 <[email protected]>
  • Loading branch information
djach7 authored and achilleas-k committed Jan 18, 2024
1 parent 3631316 commit 4d241b6
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 80 deletions.
2 changes: 2 additions & 0 deletions internal/cloudapi/v2/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ func imageTypeFromApiImageType(it ImageTypes, arch distro.Arch) string {
return "iot-container"
case ImageTypesIotInstaller:
return "iot-installer"
case ImageTypesIotSimplifiedInstaller:
return "iot-simplified-installer"
case ImageTypesIotRawImage:
return "iot-raw-image"
case ImageTypesLiveInstaller:
Expand Down
162 changes: 82 additions & 80 deletions internal/cloudapi/v2/openapi.v2.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/cloudapi/v2/openapi.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ components:
- iot-commit
- iot-container
- iot-installer
- iot-simplified-installer
- iot-raw-image
- live-installer
- oci
Expand Down

0 comments on commit 4d241b6

Please sign in to comment.