From 25825de6753f37b044cf52e88aae001cc5fef5ab 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29e7a7a4..e6a7a7cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,12 +83,14 @@ jobs: - "cp311-*" - "cp312-*" - "cp313-*" - cibw_arch: ["x86_64", "aarch64", "universal2"] + cibw_arch: ["x86_64", "aarch64", "armv7l", "universal2"] exclude: - os: ubuntu-latest cibw_arch: universal2 - os: macos-latest cibw_arch: aarch64 + - os: macos-latest + cibw_arch: armv7l defaults: run: