Skip to content

Commit e02089d

Browse files
github: Add armv7 release
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent a308f75 commit e02089d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,18 @@ jobs:
8585
- "cp313"
8686
- "cp314"
8787
- "cp314t"
88-
cibw_arch: ["x86_64", "aarch64", "universal2"]
88+
cibw_arch: ["x86_64", "aarch64", "armv7l", "universal2"]
8989
exclude:
9090
- os: ubuntu-latest
9191
cibw_arch: universal2
9292
- os: ubuntu-latest
9393
cibw_arch: aarch64
94+
- os: ubuntu-latest
95+
cibw_arch: armv7l
9496
- os: macos-latest
9597
cibw_arch: aarch64
98+
- os: macos-latest
99+
cibw_arch: armv7l
96100
- os: ubuntu-22.04-arm
97101
cibw_arch: x86_64
98102
- os: ubuntu-22.04-arm
@@ -111,6 +115,12 @@ jobs:
111115
fetch-depth: 50
112116
submodules: true
113117

118+
- name: Set up QEMU
119+
if: runner.os == 'Linux' && matrix.cibw_arch == 'armv7l'
120+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
121+
with:
122+
platforms: arm
123+
114124
- name: Install macOS deps
115125
if: startsWith(matrix.os, 'macos')
116126
run: |

0 commit comments

Comments
 (0)