This is an automated email from the ASF dual-hosted git repository.
messense pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 076e91d18 feat(bindings/python): build and publish musllinux wheels
(#6114) (#6116)
076e91d18 is described below
commit 076e91d1817a55a335c42ab5c78cf89e7ad00d7e
Author: zhucong <[email protected]>
AuthorDate: Mon Apr 28 16:45:02 2025 +0800
feat(bindings/python): build and publish musllinux wheels (#6114) (#6116)
---
.github/workflows/release_python.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/release_python.yml
b/.github/workflows/release_python.yml
index 0bc5d952a..516d4ad42 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -61,6 +61,9 @@ jobs:
- { os: ubuntu-latest, target: "x86_64" }
- { os: ubuntu-latest, target: "aarch64", manylinux:
"manylinux_2_28" }
- { os: ubuntu-latest, target: "armv7l" }
+ - { os: ubuntu-latest, target: "x86_64-unknown-linux-musl",
manylinux: "musllinux_1_1" }
+ - { os: ubuntu-latest, target: "aarch64-unknown-linux-musl",
manylinux: "musllinux_1_1" }
+ - { os: ubuntu-latest, target: "armv7-unknown-linux-musleabihf",
manylinux: "musllinux_1_1" }
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain