From e8994cbce8f0487586fedb6e2d74e7b78510a87c Mon Sep 17 00:00:00 2001 From: Barun Acharya Date: Tue, 16 Apr 2024 11:26:23 +0530 Subject: [PATCH] Use large runner for cross platform image release Signed-off-by: Barun Acharya --- .github/workflows/ci-latest-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-latest-release.yml b/.github/workflows/ci-latest-release.yml index 2e8f93a..38f85cb 100644 --- a/.github/workflows/ci-latest-release.yml +++ b/.github/workflows/ci-latest-release.yml @@ -17,7 +17,7 @@ jobs: push-docker-img: name: Create and push docker image if: github.repository == 'kubearmor/kubearmor-relay-server' - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores permissions: id-token: write timeout-minutes: 20