Skip to content

Commit

Permalink
add support for applehv,hyperv
Browse files Browse the repository at this point in the history
These are used by podman machine users.
  • Loading branch information
dustymabe committed Nov 16, 2024
1 parent 4021c4f commit 7e61fc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion custom-coreos-disk-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,18 @@ main() {

suffix=
case $platform in
metal)
applehv)
suffix=raw
;;
gcp)
suffix=tar.gz
;;
hyperv)
suffix=vhdx
;;
metal)
suffix=raw
;;
qemu)
suffix=qcow2
;;
Expand Down

0 comments on commit 7e61fc5

Please sign in to comment.