Skip to content

Commit

Permalink
Build Kubernetes on ARM64 GitHub runners
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jun 14, 2024
1 parent edef232 commit 15db47a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Setup Kind
uses: helm/[email protected]
with:
version: v0.23.0
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -53,9 +57,8 @@ jobs:
docker tag kindest/node:latest ghcr.io/fluxcd/kindest/node:${{ steps.prep.outputs.VERSION }}-amd64
docker push ghcr.io/fluxcd/kindest/node:${{ steps.prep.outputs.VERSION }}-amd64
k8s-node-arm64:
# Hosted on Equinix
# Docs: https://github.com/fluxcd/flux2/tree/main/.github/runners
runs-on: [self-hosted, Linux, ARM64, equinix]
runs-on:
group: "ARM64"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -72,6 +75,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Setup Kind
uses: helm/[email protected]
with:
version: v0.23.0
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 15db47a

Please sign in to comment.