Skip to content

Commit

Permalink
[PR #10413/f6dae31d backport][3.12] Fix missing ppc64le musllinux whe…
Browse files Browse the repository at this point in the history
…els (#10415)

**This is a backport of PR #10413 as merged into master
(f6dae31).**

I had s390x twice instead of ppc64le. Seems like I could use a little
more sleep or coffee today

Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
patchback[bot] and bdraco authored Feb 5, 2025
1 parent f419648 commit a1da985
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 @@ -355,17 +355,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 a1da985

Please # to comment.