Skip to content

Commit

Permalink
feat(ci): Lint for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Jan 20, 2025
1 parent 0b4d4f7 commit 6f107e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
artifact_suffix: linux-x86_64
target: x86_64-unknown-linux-gnu
features: ''
- build_target: linux-aarch64
os: ubuntu-24.04-arm
artifact_suffix: linux-aarch64
target: aarch64-unknown-linux-gnu
- build_target: macos-aarch64
os: macos-14
artifact_suffix: macos-aarch64
Expand Down

0 comments on commit 6f107e6

Please sign in to comment.