Skip to content

Commit

Permalink
Drop linux s390x
Browse files Browse the repository at this point in the history
This patch drops linux s390x support.
  • Loading branch information
ybubnov committed Feb 24, 2024
1 parent fa8e607 commit 933bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
CIBW_SKIP: '*-musllinux_* *-manylinux_aarch64 *-manylinux_ppc64le'
CIBW_SKIP: '*-musllinux_* *-manylinux_aarch64 *-manylinux_ppc64le -manylinux_s390x'
CIBW_ARCHS: ${{ matrix.cibw_arch }}

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 933bbf1

Please sign in to comment.