From 270c8cf8ea25e39fd30a2289f152197ff197e740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sun, 10 May 2026 19:09:30 +0200 Subject: [PATCH] ci: adjust workflows to rootfs-image-coco-addon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add rootfs-image-coco-addon to the build-asset-rootfs matrix in the amd64, arm64 and s390x static tarball workflows so the CoCo addon image is built as part of CI alongside the other rootfs images. Signed-off-by: Fabiano FidĂȘncio Assisted-by: Cursor --- .github/workflows/build-kata-static-tarball-amd64.yaml | 2 +- .github/workflows/build-kata-static-tarball-arm64.yaml | 2 +- .github/workflows/build-kata-static-tarball-s390x.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-kata-static-tarball-amd64.yaml b/.github/workflows/build-kata-static-tarball-amd64.yaml index abad590469..3139745d00 100644 --- a/.github/workflows/build-kata-static-tarball-amd64.yaml +++ b/.github/workflows/build-kata-static-tarball-amd64.yaml @@ -170,7 +170,7 @@ jobs: matrix: asset: - rootfs-image - - rootfs-image-confidential + - rootfs-image-coco-addon - rootfs-image-mariner - rootfs-image-nvidia-gpu - rootfs-image-nvidia-gpu-confidential diff --git a/.github/workflows/build-kata-static-tarball-arm64.yaml b/.github/workflows/build-kata-static-tarball-arm64.yaml index ebe196e062..0098c5dce9 100644 --- a/.github/workflows/build-kata-static-tarball-arm64.yaml +++ b/.github/workflows/build-kata-static-tarball-arm64.yaml @@ -160,7 +160,7 @@ jobs: matrix: asset: - rootfs-image - - rootfs-image-confidential + - rootfs-image-coco-addon - rootfs-image-nvidia-gpu - rootfs-initrd concurrency: diff --git a/.github/workflows/build-kata-static-tarball-s390x.yaml b/.github/workflows/build-kata-static-tarball-s390x.yaml index 04f288578f..9464ce2226 100644 --- a/.github/workflows/build-kata-static-tarball-s390x.yaml +++ b/.github/workflows/build-kata-static-tarball-s390x.yaml @@ -138,7 +138,7 @@ jobs: matrix: asset: - rootfs-image - - rootfs-image-confidential + - rootfs-image-coco-addon - rootfs-initrd - rootfs-initrd-confidential concurrency: