Skip to content

Commit

Permalink
chore(ci): Add Linux arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 19, 2025
1 parent 967534b commit 4b96e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
os: ubuntu-22.04
rust: stable
target: x86_64-unknown-linux-musl
- build: linux-aarch64
os: ubuntu-24.04-arm
rust: stable
target: aarch64-unknown-linux-musl
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 4b96e0d

Please sign in to comment.