Skip to content

Commit aabe29b

Browse files
committed
Create a separate package for Alpine
1 parent 7603c28 commit aabe29b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

sdk/python/build-wheels.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,20 @@
3535
"wheel_tags": ["py3-none-win32"],
3636
"file_suffix": "py3-none-win32",
3737
},
38+
"Linux amd64 (Alpine)": {
39+
"fletd_asset": "linux_amd64",
40+
"fletd_exec": "fletd",
41+
"wheel_tags": ["py3-none-musllinux_1_2_x86_64"],
42+
"file_suffix": "py3-none-musllinux_1_2_x86_64",
43+
},
3844
"Linux amd64": {
3945
"fletd_asset": "linux_amd64",
4046
"fletd_exec": "fletd",
4147
"wheel_tags": [
42-
"py3-none-musllinux_1_2_x86_64",
4348
"py3-none-manylinux_2_17_x86_64",
4449
"py3-none-manylinux2014_x86_64",
4550
],
46-
"file_suffix": "py3-none-musllinux_1_2_x86_64.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64",
51+
"file_suffix": "py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64",
4752
},
4853
"Linux arm64": {
4954
"fletd_asset": "linux_arm64",

0 commit comments

Comments
 (0)