From 02acef9575b55cd69f101d80d081990a2c5f799d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 3 Oct 2023 14:21:54 +0200 Subject: [PATCH] gha: Build the kata-agent as part of our workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The kata-agent binary won't be released, just built so it can be used, later on, as part of our tests and as part of the rootfs build. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/build-kata-static-tarball-amd64.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-kata-static-tarball-amd64.yaml b/.github/workflows/build-kata-static-tarball-amd64.yaml index dcfbfdc038..5df5e2772f 100644 --- a/.github/workflows/build-kata-static-tarball-amd64.yaml +++ b/.github/workflows/build-kata-static-tarball-amd64.yaml @@ -27,6 +27,8 @@ jobs: strategy: matrix: asset: + - agent + - agent-opa - agent-ctl - cloud-hypervisor - cloud-hypervisor-glibc @@ -59,6 +61,10 @@ jobs: stage: - ${{ inputs.stage }} exclude: + - asset: agent + stage: release + - asset: agent-opa + stage: release - asset: cloud-hypervisor-glibc stage: release steps: