From ba7e5d7af110d73c135f4f14ab61c556995c3a96 Mon Sep 17 00:00:00 2001 From: LJ Date: Wed, 12 Mar 2025 18:38:57 -0700 Subject: [PATCH] Simplify release targets: remove `musllinux`. --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 829a0076..9d3ecdc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,9 +34,6 @@ jobs: - { os: linux, runner: ubuntu-24.04, target: x86_64, container: "quay.io/pypa/manylinux_2_28_x86_64:latest" } - { os: linux, runner: ubuntu-24.04, target: aarch64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:aarch64" } - { os: linux, runner: ubuntu-24.04, target: armv7, container: "ghcr.io/rust-cross/manylinux_2_28-cross:armv7" } - - { os: musllinux, runner: ubuntu-24.04, target: x86_64, container: "off" } - - { os: musllinux, runner: ubuntu-24.04, target: aarch64, container: "off" } - - { os: musllinux, runner: ubuntu-24.04, target: armv7, container: "off" } - { os: windows, runner: windows-latest, target: x64 } - { os: macos, runner: macos-13, target: x86_64 } - { os: macos, runner: macos-14, target: aarch64 }