From 8fce600493f9943cd24e9891fd3c381a3c65a4c0 Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Mon, 15 Apr 2024 12:47:22 +0200 Subject: [PATCH] version: Add coco name and version for {image,initrd} for s390x In order to build a coco {image,initrd}, it is required to specify its name and version in versions.yaml. This commit is to add the configuration for them, respectively. Fixes: #9470 Signed-off-by: Hyounggyu Choi --- versions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versions.yaml b/versions.yaml index dcf704dab2..0e14977b7a 100644 --- a/versions.yaml +++ b/versions.yaml @@ -129,6 +129,9 @@ assets: s390x: name: *default-image-name version: *default-image-version + confidential: + name: *default-image-name + version: *default-image-version x86_64: name: *default-image-name version: *default-image-version @@ -155,6 +158,9 @@ assets: s390x: name: *glibc-initrd-name version: *glibc-initrd-version + confidential: + name: *glibc-initrd-name + version: *glibc-initrd-version x86_64: name: *default-initrd-name version: *default-initrd-version