Skip to content

Commit 5b2b83c

Browse files
authored
Update buildwheels.yml
Fix?
1 parent c55869a commit 5b2b83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Set up QEMU
53-
if: matrix.cibw_archs == 'aarch64'
53+
if: matrix.cibw_archs == 'aarch64' || matrix.cibw_archs == 'armv7l'
5454
uses: docker/setup-qemu-action@v2
5555
with:
56-
platforms: arm64
56+
platforms: arm64, armv7l
5757
- name: Build wheels
5858
uses: pypa/[email protected]
5959
env:

0 commit comments

Comments
 (0)