Skip to content

Commit

Permalink
chore(pkg/root): enable support for PhotonOS.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Oct 20, 2023
1 parent 54fbe79 commit 2e8fcee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/root/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var (
builder.TargetTypeDebian: "Debian",
builder.TargetTypeFedora: "Fedora",
builder.TargetTypeMinikube: "Minikube",
builder.TargetTypePhoton: "PhotonOS",
builder.TargetTypeTalos: "Talos",
builder.TargetTypeUbuntu: "Ubuntu",
}
Expand Down

0 comments on commit 2e8fcee

Please sign in to comment.