Skip to content

Commit 89f73e6

Browse files
authored
Merge pull request kata-containers#8110 from fidencio/topic/gha-be-more-specific-about-the-arm-runners
gha: arm64: Ensure the builder is arm64-builder
2 parents c2cce12 + 119f03d commit 89f73e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-kata-static-tarball-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build-asset:
26-
runs-on: arm64
26+
runs-on: arm64-builder
2727
strategy:
2828
matrix:
2929
asset:
@@ -87,7 +87,7 @@ jobs:
8787
if-no-files-found: error
8888

8989
create-kata-tarball:
90-
runs-on: arm64
90+
runs-on: arm64-builder
9191
needs: build-asset
9292
steps:
9393
- name: Adjust a permission for repo

.github/workflows/publish-kata-deploy-payload-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
kata-payload:
27-
runs-on: arm64
27+
runs-on: arm64-builder
2828
steps:
2929
- name: Adjust a permission for repo
3030
run: |

.github/workflows/release-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
kata-deploy:
1616
needs: build-kata-static-tarball-arm64
17-
runs-on: arm64
17+
runs-on: arm64-builder
1818
steps:
1919
- name: Login to Kata Containers docker.io
2020
uses: docker/login-action@v2

0 commit comments

Comments
 (0)