Skip to content

Commit

Permalink
ci: add Linux with MUSL target to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
scarvalhojr committed Nov 10, 2022
1 parent 8812bb4 commit c582ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
use-cross: true

# 64-bit Linux with MUSL
# - target: x86_64-unknown-linux-musl
# os: ubuntu-latest
# use-cross: true
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
use-cross: true

# ARM64 Linux
- target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit c582ca6

Please sign in to comment.