Skip to content

Commit 8485060

Browse files
Totktonadaoleg-jukovec
authored andcommitted
cd: add Ubuntu Noble
We have a `tt` package in the `linux-deb/static` repository and it is suitable for Ubuntu Noble as well. However, sometimes it is convenient to have the same focal/jammy/noble setup, where the `ubuntu/${codename}` repository is enabled.
1 parent f89bd5b commit 8485060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magefile.publish.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var targetDistros = []Distro{
2929
{OS: "ubuntu", Dist: "bionic"}, // 18.04
3030
{OS: "ubuntu", Dist: "focal"}, // 20.04
3131
{OS: "ubuntu", Dist: "jammy"}, // 22.04
32+
{OS: "ubuntu", Dist: "noble"}, // 24.04
3233

3334
{OS: "debian", Dist: "stretch"}, // 9
3435
{OS: "debian", Dist: "buster"}, // 10

0 commit comments

Comments
 (0)