Skip to content

Commit

Permalink
feat(release): add linux arm64 build to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Mar 20, 2024
1 parent 6233184 commit 9284c7c
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 @@ -65,6 +65,10 @@ jobs:
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-musl
- build: linux
os: ubuntu-20.04
rust: stable
target: arm64-unknown-linux-musl
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 9284c7c

Please sign in to comment.