mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
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:
parent
353ceb948e
commit
ca96a6ac76
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user