We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d6339 commit 4529899Copy full SHA for 4529899
magefile.publish.go
@@ -29,7 +29,6 @@ var targetDistros = []Distro{
29
{OS: "ubuntu", Dist: "bionic"}, // 18.04
30
{OS: "ubuntu", Dist: "focal"}, // 20.04
31
{OS: "ubuntu", Dist: "jammy"}, // 22.04
32
- {OS: "ubuntu", Dist: "noble"}, // 24.04
33
34
{OS: "debian", Dist: "stretch"}, // 9
35
{OS: "debian", Dist: "buster"}, // 10
0 commit comments