Skip to content

Commit

Permalink
Merge pull request #25 from SimonRichardson/supported-focal-series
Browse files Browse the repository at this point in the history
#25

This switches the focal series from not supported to supported. If
you're already running on ubuntu os, this will be switched to supported
at runtime.
  • Loading branch information
jujubot authored Oct 9, 2020
2 parents a10a414 + e5dc50f commit 2df8a6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions series/supportedseries.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,9 @@ var ubuntuSeries = map[string]seriesVersion{
Supported: true,
},
"focal": {
Version: "20.04",
LTS: true,
// TODO - hard code to true when focal is released (fallback is to rely on distro-info.csv)
Supported: false,
Version: "20.04",
LTS: true,
Supported: true,
},
"groovy": {
Version: "20.10",
Expand Down

0 comments on commit 2df8a6f

Please sign in to comment.