Skip to content

Commit 3f1bc5a

Browse files
authored
Setup QEMU for Arm wheel builds (#395)
1 parent 373aee0 commit 3f1bc5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,18 @@ jobs:
111111
steps:
112112
- uses: actions/checkout@v4
113113

114+
- name: Set up QEMU for Linux Builds
115+
if: runner.os == 'Linux'
116+
uses: docker/setup-qemu-action@v3
117+
with:
118+
platforms: all
119+
114120
- name: Build Wheels
115121
uses: pypa/cibuildwheel@v2.22.0
116122
env:
117123
CIBW_BUILD: "cp39-* cp310-* cp311-*"
118124
CIBW_ARCHS: ${{ matrix.cibw_arch }}
125+
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
119126

120127
- name: Upload wheels to Github
121128
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)