feat(ubuntu): add 24.04 noble (#1878)

This commit is contained in:
MaineK00n
2024-05-02 16:56:42 +09:00
committed by GitHub
parent bca59ff85f
commit f3f667138d
5 changed files with 36 additions and 25 deletions

View File

@@ -62,6 +62,7 @@ func (ubu Ubuntu) supported(version string) bool {
"2210": "kinetic",
"2304": "lunar",
"2310": "mantic",
"2404": "noble",
}[version]
return ok
}