Skip to content

Commit

Permalink
Remove s390x and ppc64le arch support
Browse files Browse the repository at this point in the history
To save on CI runner time.
  • Loading branch information
anoadragon453 committed Apr 29, 2024
1 parent 096f6ba commit 6221bab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
target: aarch64
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-latest
target: ppc64le
# BEGIN EDITED SECTION #
# The `s390x` and `ppc64le` architectures have been removed as they are not supported.
# END EDITED SECTION #
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 6221bab

Please sign in to comment.