Skip to content

Commit 92449d1

Browse files
authored
ci: test on arm
1 parent 2a5f936 commit 92449d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ on:
55

66
jobs:
77
test-ko-action:
8-
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
runner:
11+
- ubuntu-latest
12+
- ubuntu-latest-arm
13+
14+
runs-on: ${{matrix.runner}}
915

1016
steps:
1117
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0

0 commit comments

Comments
 (0)