Skip to content

Commit

Permalink
etst
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Sep 18, 2024
1 parent 6c8e96b commit 524e4ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
exclude:
# - buildplat: [windows-2022, win32]
# python: "pp39"
- buildplat: [ ubuntu-22.04, musllinux_x86_64 ]
- buildplat: [ ubuntu-latest, musllinux_x86_64 ]
python: "pp39"
- buildplat: [ ubuntu-22.04, musllinux_aarch64 ]
- buildplat: [ ubuntu-latest, musllinux_aarch64 ]
python: "pp39"

steps:
Expand All @@ -52,6 +52,10 @@ jobs:
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64
CIBW_MUSLLINUX_X86_64_IMAGE: quay.io/pypa/musllinux_1_2_x86_64
CIBW_MUSLLINUX_AARCH64_IMAGE: quay.io/pypa/musllinux_1_2_aarch64
CIBW_ENVIRONMENT_MACOS: >
CFLAGS='-s'
CXXFLAGS='-s'
Expand Down

0 comments on commit 524e4ab

Please sign in to comment.