Skip to content

Commit 25825de

Browse files
github: Add armv7 release
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent 96b7ed3 commit 25825de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,14 @@ jobs:
8383
- "cp311-*"
8484
- "cp312-*"
8585
- "cp313-*"
86-
cibw_arch: ["x86_64", "aarch64", "universal2"]
86+
cibw_arch: ["x86_64", "aarch64", "armv7l", "universal2"]
8787
exclude:
8888
- os: ubuntu-latest
8989
cibw_arch: universal2
9090
- os: macos-latest
9191
cibw_arch: aarch64
92+
- os: macos-latest
93+
cibw_arch: armv7l
9294

9395
defaults:
9496
run:

0 commit comments

Comments
 (0)