Skip to content

Commit

Permalink
Fix missing ppc64le musllinux wheels (aio-libs#10413)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 5, 2025
1 parent 1009c06 commit f6dae31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,17 +377,17 @@ jobs:
- os: ubuntu-latest
qemu: ppc64le
musl: ""
- os: ubuntu-latest
qemu: ppc64le
musl: musllinux
- os: ubuntu-latest
qemu: s390x
musl: ""
- os: ubuntu-latest
qemu: armv7l
musl: musllinux
- os: ubuntu-latest
qemu: s390x
musl: musllinux
- os: ubuntu-latest
qemu: s390x
qemu: armv7l
musl: musllinux
- os: ubuntu-latest
musl: musllinux
Expand Down

0 comments on commit f6dae31

Please sign in to comment.