Skip to content

Commit 237eef4

Browse files
committed
chore: add linux arm64
1 parent 7ec9241 commit 237eef4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,15 @@ jobs:
6969

7070
tests-on-unix:
7171
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
72-
runs-on: ubuntu-latest
7372
strategy:
7473
matrix:
74+
os:
75+
- ubuntu-latest
76+
- ubuntu-24.04-arm
7577
golang:
7678
- '1.22'
7779
- '1.23'
80+
runs-on: ${{ matrix.os }}
7881
steps:
7982
- uses: actions/checkout@v4
8083
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)