Skip to content

Commit

Permalink
Add new image type:vdh support in bootc image builder
Browse files Browse the repository at this point in the history
vdh is newly introduced support disk image type, and is only supported
on upstream

Signed-off-by: chunfuwen <chwen@redhat.com>
  • Loading branch information
chunfuwen committed Sep 19, 2024
1 parent 59792ec commit bebc710
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,8 @@
disk_image_type = "raw"
output_sub_folder = "image"
output_name = "disk.raw"
- vhd:
disk_image_type = "vhd"
output_sub_folder = "vpc"
output_name = "disk.vhd"
only upstream_bib

0 comments on commit bebc710

Please sign in to comment.