diff --git a/.circleci/config.yml b/.circleci/config.yml index 286c7551..2087e5db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,13 +88,6 @@ workflows: only: /.*/ build: "*manylinux*" image: quay.io/pypa/manylinux_2_28_aarch64 - - arm-wheels: - name: arm-wheels-musllinux_1_1 - filters: - tags: - only: /.*/ - build: "*musllinux*" - image: quay.io/pypa/musllinux_1_1_aarch64 - arm-wheels: name: arm-wheels-musllinux_1_2 filters: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5cf901b7..aa8a8164 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,8 +23,6 @@ jobs: include: - image: manylinux_2_28_x86_64 build: "*manylinux*" - - image: musllinux_1_1_x86_64 - build: "*musllinux*" - image: musllinux_1_2_x86_64 build: "*musllinux*"