Skip to content

Commit

Permalink
feat: add musllinux_armv7l wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 19, 2024
1 parent 1fcd420 commit 74e5cc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
build: "musllinux_"
artifact_suffix: "musllinux_aarch64"
use_qemu: true
- os: ubuntu-20.04
arch: "armv7l"
build: "musllinux_"
artifact_suffix: "musllinux_armv7l"
use_qemu: true
- os: ubuntu-20.04
arch: "ppc64le"
build: "manylinux_"
Expand Down

0 comments on commit 74e5cc1

Please sign in to comment.