Skip to content

Commit a111146

Browse files
authored
RSDK-4857 musllinux binaries for python SDK (#555)
1 parent 4b71c72 commit a111146

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .github/workflows/release-candidate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
- arch: linux_x86_64
129129
ext: so
130130
whl: manylinux2014_x86_64
131+
- arch: musllinux_x86_64
132+
ext: so
133+
whl: musllinux_1_2_x86_64
131134
- arch: linux_armv6l
132135
ext: so
133136
whl: linux_armv6l

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
- arch: linux_x86_64
9494
ext: so
9595
whl: manylinux2014_x86_64
96+
- arch: musllinux_x86_64
97+
ext: so
98+
whl: musllinux_1_2_x86_64
9699
- arch: linux_armv6l
97100
ext: so
98101
whl: linux_armv6l

0 commit comments

Comments
 (0)