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 21, 2025
1 parent 0b4d4f7 commit 7a54d9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
artifact_suffix: linux-x86_64
target: x86_64-unknown-linux-gnu
features: ''
- build_target: linux-arm64
os: ubuntu-24.04-arm
artifact_suffix: linux-aarch64
target: aarch64-unknown-linux-gnu
features: ''
- build_target: macos-aarch64
os: macos-14
artifact_suffix: macos-aarch64
Expand All @@ -43,7 +48,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install rustup
if: runner.os != 'Windows'
shell: bash
Expand Down

0 comments on commit 7a54d9a

Please sign in to comment.