feat(ubuntu): add Jammy Jellyfish(22.04) (#1431)

* feat(ubuntu): add Jammy Jellyfish(22.04)

* chore(deps): gost update

* chore(oval/ubuntu): fill kernel package name temporarily
This commit is contained in:
MaineK00n
2022-04-27 02:04:00 +00:00
committed by GitHub
parent fd18df1dd4
commit cc63a0eccf
6 changed files with 195 additions and 90 deletions

View File

@@ -25,9 +25,12 @@ func (ubu Ubuntu) supported(version string) bool {
"1404": "trusty",
"1604": "xenial",
"1804": "bionic",
"1910": "eoan",
"2004": "focal",
"2010": "groovy",
"2104": "hirsute",
"2110": "impish",
"2204": "jammy",
}[version]
return ok
}