Skip to content

Commit

Permalink
Build: Fix musllinux image names.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 31, 2024
1 parent dbbec05 commit dd2eb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ jobs:
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
CIBW_MUSLLINUX_PPC64LE_IMAGE: manylinux_2_28
CIBW_MUSLLINUX_S390X_IMAGE: manylinux_2_28
CIBW_MUSLLINUX_PPC64LE_IMAGE: musllinux_1_2
CIBW_MUSLLINUX_S390X_IMAGE: musllinux_1_2
with:
only: ${{ matrix.only }}

Expand Down

0 comments on commit dd2eb0e

Please sign in to comment.