Skip to content

Commit

Permalink
Keep server for normal CLI images
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Aug 12, 2024
1 parent e3796d4 commit c897ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ func loadMapJSON(f io.Reader) (map[string]string, error) {
sb.WriteString("_")
sb.WriteString(file.KernelBranch)

if file.ImageVariant != "server" {
//if file.ImageVariant != "server" {
sb.WriteString("_")
sb.WriteString(file.ImageVariant)
}
//}

if file.Preinstalled != "" {
sb.WriteString("-")
Expand Down

0 comments on commit c897ff3

Please sign in to comment.