File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments