CI: add ubuntu 24.04 support (#11132)

Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
tico88612
2024-05-18 15:35:20 +08:00
committed by GitHub
parent 30d057a0a8
commit f85111f6d4
8 changed files with 62 additions and 3 deletions

1
Vagrantfile vendored
View File

@@ -21,6 +21,7 @@ SUPPORTED_OS = {
"flatcar-edge" => {box: "flatcar-edge", user: "core", box_url: FLATCAR_URL_TEMPLATE % ["edge"]},
"ubuntu2004" => {box: "generic/ubuntu2004", user: "vagrant"},
"ubuntu2204" => {box: "generic/ubuntu2204", user: "vagrant"},
"ubuntu2404" => {box: "bento/ubuntu-24.04", user: "vagrant"},
"centos" => {box: "centos/7", user: "vagrant"},
"centos-bento" => {box: "bento/centos-7.6", user: "vagrant"},
"centos8" => {box: "centos/8", user: "vagrant"},