Skip to content

Commit

Permalink
Tweaks needed for rancher/k3d
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 3, 2024
1 parent c554e5d commit 8a2f6cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
- arm64
runs-on: org-${{ github.repository_owner_id }}-${{ matrix.arch }}-k8s
# container: registry.suse.com/bci/golang:1.22
container: rancher/k3d:5.3.0-linux-${{ matrix.arch }}
# Load the `dind` variant of rancher/k3d to get bash
container: rancher/k3d:5.3.0-dind
steps:
- name : Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name : Get kubectl tools
run: |
zypper -n helm
- name : Get helm
run: curl -sk https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

- name : Checkout repository
uses : actions/checkout@v4
Expand Down

0 comments on commit 8a2f6cd

Please sign in to comment.