From 4d1cb65edb1b9d22eaedb911c4872828ecbf14ca Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Fri, 14 Mar 2025 12:41:41 +0100 Subject: [PATCH] use linux-arm CI machines Signed-off-by: Michele Dolfi --- .github/workflows/wheels.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9809bd9c..d4b1507b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -48,6 +48,10 @@ jobs: platform: "linux" platform_id: "manylinux_x86_64" + - name: "ubuntu-22.04-arm" + platform: "linux" + platform_id: "manylinux_aarch64" + - name: "macos-13" platform: "macos" min_macos_version: "13" @@ -210,7 +214,7 @@ jobs: - name: Build wheels [linux] if: startsWith(matrix.os.name, 'ubuntu') env: - # CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }} + CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }} CIBW_ARCHS: auto x86_64 aarch64 CIBW_PLATFORM: linux CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy*"