Skip to content

Commit 537914a

Browse files
committed
Add arm runner
1 parent 9644434 commit 537914a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,14 @@ jobs:
181181
manifests/helm/dist/output.yaml
182182
retention-days: 7
183183
test-image:
184-
runs-on: ubuntu-latest
184+
runs-on: ${{ matrix.runner }}
185185
needs:
186186
- build-image
187187
strategy:
188188
matrix:
189+
runner:
190+
- ubuntu-24.04
191+
- ubuntu-24.04-arm
189192
k3s-version:
190193
- '1.31' # EOL: 2025-10-28
191194
- '1.30' # EOL: 2025-06-28

manifests/install/all/operator/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
operator: In
3333
values:
3434
- amd64
35-
- amd64
35+
- arm64
3636
podAntiAffinity:
3737
preferredDuringSchedulingIgnoredDuringExecution:
3838
- weight: 100

0 commit comments

Comments
 (0)