Skip to content

Commit 87ac3bb

Browse files
authored
Simplify release targets: remove musllinux. (#117)
1 parent dfea7e6 commit 87ac3bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- { os: linux, runner: ubuntu-24.04, target: x86_64, container: "quay.io/pypa/manylinux_2_28_x86_64:latest" }
3535
- { os: linux, runner: ubuntu-24.04, target: aarch64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:aarch64" }
3636
- { os: linux, runner: ubuntu-24.04, target: armv7, container: "ghcr.io/rust-cross/manylinux_2_28-cross:armv7" }
37-
- { os: musllinux, runner: ubuntu-24.04, target: x86_64, container: "off" }
38-
- { os: musllinux, runner: ubuntu-24.04, target: aarch64, container: "off" }
39-
- { os: musllinux, runner: ubuntu-24.04, target: armv7, container: "off" }
4037
- { os: windows, runner: windows-latest, target: x64 }
4138
- { os: macos, runner: macos-13, target: x86_64 }
4239
- { os: macos, runner: macos-14, target: aarch64 }

0 commit comments

Comments
 (0)