From 0edb0a46ff3b9225be2f89f4d2eb794db00890de Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:05:08 +0200 Subject: [PATCH] BUILD: Add wheels for musllinux_aarch64 --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index abf1c1c1fb164..4de7aec4f551a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -95,6 +95,7 @@ jobs: - [ubuntu-24.04, manylinux_x86_64] - [ubuntu-24.04, musllinux_x86_64] - [ubuntu-24.04-arm, manylinux_aarch64] + - [ubuntu-24.04-arm, musllinux_aarch64] - [macos-13, macosx_x86_64] # Note: M1 images on Github Actions start from macOS 14 - [macos-14, macosx_arm64]