From ca96a6ac76d338697d13cb922b0b02797d7cd223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 27 Jan 2025 12:36:48 +0100 Subject: [PATCH] versions: Use Ubuntu codename instead of versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As this is required as part of the osbuilder tool to be able to properly set the repositories used when building the rootfs. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions.yaml b/versions.yaml index cd952ae993..e3d2c2fb88 100644 --- a/versions.yaml +++ b/versions.yaml @@ -168,19 +168,19 @@ assets: # there is no such Rust target ppc64le: name: "ubuntu" - version: "20.04" + version: "focal" # 20.04 LTS s390x: name: "ubuntu" - version: "20.04" + version: "focal" # 20.04 LTS confidential: name: "ubuntu" - version: "20.04" + version: "focal" # 20.04 LTS x86_64: name: "alpine" version: "3.18" confidential: name: "ubuntu" - version: "20.04" + version: "focal" # 20.04 LTS nvidia-gpu: name: "ubuntu" version: "jammy"