From 308eb34af6ca1c09f96260a95b29dff9fecbe3e7 Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Wed, 17 Jun 2026 15:34:39 +0200 Subject: [PATCH] GHA: Use IBM ActionsPZ runners for publish jobs on s390x Let's use the ActionsPZ runners for the following jobs: - publish-kata-deploy-image-s390x - publish-kata-monitor-image-s390x to improve CI experiences. Signed-off-by: Hyounggyu Choi --- .github/workflows/payload-after-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/payload-after-push.yaml b/.github/workflows/payload-after-push.yaml index d7f956e28d..b09ec5b778 100644 --- a/.github/workflows/payload-after-push.yaml +++ b/.github/workflows/payload-after-push.yaml @@ -115,7 +115,7 @@ jobs: repo: kata-containers/kata-deploy-ci tag: kata-containers-latest-s390x target-branch: ${{ github.ref_name }} - runner: s390x + runner: ubuntu-24.04-s390x arch: s390x image-kind: deploy secrets: @@ -187,7 +187,7 @@ jobs: repo: kata-containers/kata-monitor-ci tag: kata-monitor-latest-s390x target-branch: ${{ github.ref_name }} - runner: s390x + runner: ubuntu-24.04-s390x arch: s390x image-kind: monitor secrets: