Skip to content

Commit 498a5a4

Browse files
authored
chore: add i686 musllinux wheels (#682)
1 parent 6e5c4f5 commit 498a5a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- arch: musllinux_x86_64
3030
ext: so
3131
whl: musllinux_1_2_x86_64
32+
- arch: musllinux_x86
33+
ext: so
34+
whl: musllinux_1_2_i686
3235
- arch: musllinux_aarch64
3336
ext: so
3437
whl: musllinux_1_2_aarch64

0 commit comments

Comments
 (0)