Skip to content

Commit

Permalink
build: add musl targets (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-hsieh committed Apr 26, 2024
1 parent b5df9a3 commit 6852fe4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,21 @@ jobs:
os: ubuntu-latest
cross: false
deb: false
- prefix: x86_64-linux
target: x86_64-unknown-linux-musl
os: ubuntu-latest
cross: false
deb: false
- prefix: i686-linux
target: i686-unknown-linux-gnu
os: ubuntu-latest
cross: true
deb: true
- prefix: i686-linux
target: i686-unknown-linux-musl
os: ubuntu-latest
cross: true
deb: true
- prefix: aarch64-linux
target: aarch64-unknown-linux-gnu
os: ubuntu-latest
Expand Down

0 comments on commit 6852fe4

Please sign in to comment.