Skip to content

Commit 6221bab

Browse files
committed
Remove s390x and ppc64le arch support
To save on CI runner time.
1 parent 096f6ba commit 6221bab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
target: aarch64
3636
- runner: ubuntu-latest
3737
target: armv7
38-
- runner: ubuntu-latest
39-
target: s390x
40-
- runner: ubuntu-latest
41-
target: ppc64le
38+
# BEGIN EDITED SECTION #
39+
# The `s390x` and `ppc64le` architectures have been removed as they are not supported.
40+
# END EDITED SECTION #
4241
steps:
4342
- uses: actions/checkout@v4
4443
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)