versions: Use Ubuntu codename instead of versions

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 <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2025-01-27 12:36:48 +01:00
parent 353ceb948e
commit ca96a6ac76

View File

@ -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"