Skip to content

Commit 1293c51

Browse files
ci: pass arches in release.yaml and enable arm tests
1 parent 8d54542 commit 1293c51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/e2e-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
matrix:
8282
cluster:
8383
- ${{ inputs.cluster || 'k3d' }}
84-
arch: [ amd64 ]
84+
arch: [ amd64, arm64 ]
8585

8686
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.arch == 'arm64' && 'huge-arm64' || 'large')) }}
8787

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
tag: ${{ needs.get-tag.outputs.tag }}
4141
upload-to-ecr: true
42+
archs: '["amd64","arm64"]'
4243
secrets: inherit
4344

4445
build-test-vm:
@@ -47,6 +48,7 @@ jobs:
4748
with:
4849
tag: ${{ needs.get-tag.outputs.tag }}
4950
upload-vm-builder: true
51+
archs: '["amd64","arm64"]'
5052
secrets: inherit
5153

5254
e2e:

0 commit comments

Comments
 (0)