Skip to content

Commit

Permalink
Update CI to include an ARM target
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Jan 18, 2025
1 parent c56bd91 commit e2e3dc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Install rust
uses: dtolnay/rust-toolchain@stable

- name: use stable rust
run: rustup override set stable

Expand All @@ -112,10 +112,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [Linux, macOS, Windows]
build: [Linux, Linux-ARM, macOS, Windows]
include:
- build: Linux
os: ubuntu-latest
- build: Linux-ARM
os: ubuntu-24.04-arm
- build: macOS
os: macos-latest
- build: Windows
Expand Down

0 comments on commit e2e3dc6

Please sign in to comment.