Skip to content

Commit

Permalink
Add ubuntu@24.04 as a supported controller base
Browse files Browse the repository at this point in the history
We are imminently about to release a controller char for noble. Make
sure it's supported!
  • Loading branch information
jack-w-shaw committed Jun 7, 2024
1 parent b257bf1 commit ed9f7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/base/supportedbases.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ func ControllerBases() []Base {
return []Base{
MakeDefaultBase(UbuntuOS, "20.04"),
MakeDefaultBase(UbuntuOS, "22.04"),
MakeDefaultBase(UbuntuOS, "24.04"),
}
}

Expand Down

0 comments on commit ed9f7b0

Please sign in to comment.