Skip to content

Commit

Permalink
Add musl builds (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jul 10, 2024
1 parent 55838ec commit 6321544
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
- arch: musllinux_x86_64
ext: so
whl: musllinux_1_2_x86_64
- arch: musllinux_aarch64
ext: so
whl: musllinux_1_2_aarch64
- arch: musllinux_armv6l
ext: so
whl: musllinux_1_2_armv6l
- arch: musllinux_armv7l
ext: so
whl: musllinux_1_2_armv7l
- arch: linux_armv6l
ext: so
whl: linux_armv6l
Expand Down

0 comments on commit 6321544

Please sign in to comment.