Skip to content

Commit

Permalink
Merge pull request #947 from smerle33/linux-arm64
Browse files Browse the repository at this point in the history
feat(release): Add linux arm64 build to matrix
  • Loading branch information
epage committed Jun 12, 2024
2 parents acbff43 + fadf0cc commit cabb273
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 cabb273

Please sign in to comment.