Skip to content

Commit

Permalink
Don't build s390x wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Jan 21, 2025
1 parent 4148004 commit 6601306
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: dist/*.tar.gz

build_wheels:
name: Build wheels on ${{ matrix.os }} for ${{ matrix.CIBW_ARCHS }}
name: ${{ matrix.os }} ${{ matrix.CIBW_ARCHS }} wheels
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -35,9 +35,6 @@ jobs:
- os: ubuntu-latest
CIBW_ENVIRONMENT: ''
CIBW_ARCHS: "ppc64le"
- os: ubuntu-latest
CIBW_ENVIRONMENT: ''
CIBW_ARCHS: "s390x"
- os: windows-latest
CIBW_ENVIRONMENT: ''
CIBW_ARCHS: "AMD64"
Expand Down

0 comments on commit 6601306

Please sign in to comment.