Skip to content

Commit

Permalink
Also build for aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
Seems to be the one used by Alpine Docker containers on M1 Macs.
  • Loading branch information
whatyouhide committed Jun 20, 2022
1 parent d886d60 commit e6adcd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
use-cross: true
- target: aarch64-unknown-linux-musl
os: ubuntu-20.04
use-cross: true
- target: aarch64-apple-darwin
os: macos-11
- target: x86_64-apple-darwin
Expand Down

0 comments on commit e6adcd9

Please sign in to comment.