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