Skip to content

Commit 224cada

Browse files
committed
arm test
1 parent 87b5c63 commit 224cada

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ env:
1111

1212
jobs:
1313
build-linux:
14-
runs-on: ubuntu-22.04
14+
runs-on: ${{ matrix.os }}
15+
strategy:
16+
matrix:
17+
os: [ubuntu-22.04, ubuntu-22.04-arm]
1518
steps:
1619
- uses: actions/checkout@v4
1720
- name: Cache Rust dependencies

0 commit comments

Comments
 (0)