Skip to content

Commit d23e14f

Browse files
authored
Merge pull request #11 from fluxcd/gha-arm64
Build Kubernetes on ARM64 GitHub runners
2 parents edef232 + 15db47a commit d23e14f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/build-kind.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
uses: actions/setup-go@v5
3333
with:
3434
go-version: 1.22.x
35+
- name: Setup Kind
36+
uses: helm/[email protected]
37+
with:
38+
version: v0.23.0
3539
- name: Checkout
3640
uses: actions/checkout@v4
3741
with:
@@ -53,9 +57,8 @@ jobs:
5357
docker tag kindest/node:latest ghcr.io/fluxcd/kindest/node:${{ steps.prep.outputs.VERSION }}-amd64
5458
docker push ghcr.io/fluxcd/kindest/node:${{ steps.prep.outputs.VERSION }}-amd64
5559
k8s-node-arm64:
56-
# Hosted on Equinix
57-
# Docs: https://github.com/fluxcd/flux2/tree/main/.github/runners
58-
runs-on: [self-hosted, Linux, ARM64, equinix]
60+
runs-on:
61+
group: "ARM64"
5962
steps:
6063
- name: Checkout
6164
uses: actions/checkout@v4
@@ -72,6 +75,10 @@ jobs:
7275
uses: actions/setup-go@v5
7376
with:
7477
go-version: 1.22.x
78+
- name: Setup Kind
79+
uses: helm/[email protected]
80+
with:
81+
version: v0.23.0
7582
- name: Checkout
7683
uses: actions/checkout@v4
7784
with:

0 commit comments

Comments
 (0)