Skip to content

Commit

Permalink
feat: add armv7l wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 23, 2024
1 parent 8534e05 commit 05af3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
archs: ["x86_64, i686", "aarch64", "ppc64le", "s390x"]
archs: ["x86_64, i686", "aarch64", "ppc64le", "s390x", "armv7l"]
build: ["manylinux", "musllinux"]
include:
- os: windows-2019
Expand Down

0 comments on commit 05af3cf

Please sign in to comment.