Skip to content

Commit

Permalink
Create a separate package for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Apr 30, 2022
1 parent 7603c28 commit aabe29b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sdk/python/build-wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@
"wheel_tags": ["py3-none-win32"],
"file_suffix": "py3-none-win32",
},
"Linux amd64 (Alpine)": {
"fletd_asset": "linux_amd64",
"fletd_exec": "fletd",
"wheel_tags": ["py3-none-musllinux_1_2_x86_64"],
"file_suffix": "py3-none-musllinux_1_2_x86_64",
},
"Linux amd64": {
"fletd_asset": "linux_amd64",
"fletd_exec": "fletd",
"wheel_tags": [
"py3-none-musllinux_1_2_x86_64",
"py3-none-manylinux_2_17_x86_64",
"py3-none-manylinux2014_x86_64",
],
"file_suffix": "py3-none-musllinux_1_2_x86_64.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64",
"file_suffix": "py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64",
},
"Linux arm64": {
"fletd_asset": "linux_arm64",
Expand Down

0 comments on commit aabe29b

Please sign in to comment.