From 40431791b73fdd51736405d06d16fb8e87194a62 Mon Sep 17 00:00:00 2001 From: Govinda Kamath Date: Mon, 13 Jul 2026 11:42:25 -0700 Subject: [PATCH] build: add linux-aarch64 wheels --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7785dc01..37d3e6e3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,10 +11,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-15-intel, macos-14] + os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-14] python_version: ["cp312-*", "cp313-*", "cp314-*"] env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 + CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28 CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL_LINUX: > curl https://sh.rustup.rs -sSf | sh -s -- -y && yum install -y openssl-devel zlib-devel clang-devel