Skip to content

Commit

Permalink
feat: update default x86 server type to cx22 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote authored Jun 23, 2024
1 parent d921510 commit ebe08b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcloudimages/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ var (
}

serverTypePerArchitecture = map[hcloud.Architecture]*hcloud.ServerType{
hcloud.ArchitectureX86: {Name: "cx11"},
hcloud.ArchitectureX86: {Name: "cx22"},
hcloud.ArchitectureARM: {Name: "cax11"},
}

defaultImage = &hcloud.Image{Name: "ubuntu-22.04"}
defaultImage = &hcloud.Image{Name: "ubuntu-24.04"}
defaultLocation = &hcloud.Location{Name: "fsn1"}
defaultRescueType = hcloud.ServerRescueTypeLinux64

Expand Down

0 comments on commit ebe08b3

Please sign in to comment.