From 08a082ca479632099e3972f37798e86dbec669a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 25 Jan 2024 13:08:11 +0100 Subject: [PATCH] gha: Cache the agent for non-x86_64 arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Those are not yet being cached for no reason, and they better be as it'll allow us to save a considerable amount of time building the rootfs. Fixes: #8917 Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/build-kata-static-tarball-arm64.yaml | 1 + .github/workflows/build-kata-static-tarball-ppc64le.yaml | 1 + .github/workflows/build-kata-static-tarball-s390x.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/build-kata-static-tarball-arm64.yaml b/.github/workflows/build-kata-static-tarball-arm64.yaml index 76e972a565..2316e36bf7 100644 --- a/.github/workflows/build-kata-static-tarball-arm64.yaml +++ b/.github/workflows/build-kata-static-tarball-arm64.yaml @@ -27,6 +27,7 @@ jobs: strategy: matrix: asset: + - agent - cloud-hypervisor - firecracker - kernel diff --git a/.github/workflows/build-kata-static-tarball-ppc64le.yaml b/.github/workflows/build-kata-static-tarball-ppc64le.yaml index a3d9a351f3..638bf7e5ae 100644 --- a/.github/workflows/build-kata-static-tarball-ppc64le.yaml +++ b/.github/workflows/build-kata-static-tarball-ppc64le.yaml @@ -27,6 +27,7 @@ jobs: strategy: matrix: asset: + - agent - kernel - qemu - rootfs-initrd diff --git a/.github/workflows/build-kata-static-tarball-s390x.yaml b/.github/workflows/build-kata-static-tarball-s390x.yaml index 42a4c3efdb..4d0386e052 100644 --- a/.github/workflows/build-kata-static-tarball-s390x.yaml +++ b/.github/workflows/build-kata-static-tarball-s390x.yaml @@ -27,6 +27,7 @@ jobs: strategy: matrix: asset: + - agent - kernel - qemu - rootfs-image