chore(ci): Add Linux arm builds

This commit is contained in:
Ed Page 2025-02-19 10:00:20 -06:00
parent 967534b826
commit 4b96e0d5fe

View file

@ -64,6 +64,10 @@ jobs:
os: ubuntu-22.04 os: ubuntu-22.04
rust: stable rust: stable
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
- build: linux-aarch64
os: ubuntu-24.04-arm
rust: stable
target: aarch64-unknown-linux-musl
- build: macos - build: macos
os: macos-latest os: macos-latest
rust: stable rust: stable