From 170bce8d268de4bbebcff8d5cb9e05f79d068aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 22 Jul 2026 21:05:39 +0200 Subject: [PATCH] ci: build kata-ctl for arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kata-ctl was only produced as an amd64 tools asset; on arm64 the build-tools-asset matrix built genpolicy alone, so no arm64 kata-ctl tarball existed for the kata-deploy image to stage. Add kata-ctl to the arm64 tools matrix so `kata-ctl exec` is available on arm64 nodes when debug is enabled. Signed-off-by: Fabiano FidĂȘncio Assisted-by: Cursor --- .github/workflows/build-kata-static-tarball-arm64.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-kata-static-tarball-arm64.yaml b/.github/workflows/build-kata-static-tarball-arm64.yaml index 160c27846a..e153413e51 100644 --- a/.github/workflows/build-kata-static-tarball-arm64.yaml +++ b/.github/workflows/build-kata-static-tarball-arm64.yaml @@ -378,6 +378,7 @@ jobs: matrix: asset: - genpolicy + - kata-ctl stage: - ${{ inputs.stage }} steps: