Skip to content

Commit 7e927b5

Browse files
committed
ci: Add ARM runners
Add a GitHub ARM runner for the build tests. Signed-off-by: Naushir Patuck <[email protected]>
1 parent 7516098 commit 7e927b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/libpisp-build-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ on:
1111

1212
jobs:
1313
build-test:
14+
strategy:
15+
matrix:
16+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
1417

15-
runs-on: [ ubuntu-latest ]
18+
runs_on: ${{ matrix.os }}
1619

1720
strategy:
1821
matrix:

0 commit comments

Comments
 (0)