From e02089d341c456959e77765bc5ea7d09cea9742c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 28 Aug 2025 14:36:07 -0300 Subject: [PATCH] github: Add armv7 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/release.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b194aa42..03347a37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,14 +85,18 @@ jobs: - "cp313" - "cp314" - "cp314t" - cibw_arch: ["x86_64", "aarch64", "universal2"] + cibw_arch: ["x86_64", "aarch64", "armv7l", "universal2"] exclude: - os: ubuntu-latest cibw_arch: universal2 - os: ubuntu-latest cibw_arch: aarch64 + - os: ubuntu-latest + cibw_arch: armv7l - os: macos-latest cibw_arch: aarch64 + - os: macos-latest + cibw_arch: armv7l - os: ubuntu-22.04-arm cibw_arch: x86_64 - os: ubuntu-22.04-arm @@ -111,6 +115,12 @@ jobs: fetch-depth: 50 submodules: true + - name: Set up QEMU + if: runner.os == 'Linux' && matrix.cibw_arch == 'armv7l' + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3 + with: + platforms: arm + - name: Install macOS deps if: startsWith(matrix.os, 'macos') run: |