Skip to content

Commit

Permalink
add armv7l to CI qemu platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent e117588 commit c434ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: aarch64
platforms: aarch64,armv7l

- name: Build wheels with cibuildwheels
uses: pypa/cibuildwheel@v2.21.2
Expand Down

0 comments on commit c434ef1

Please sign in to comment.