Skip to content

Commit 31accd9

Browse files
updated jobs manylinux 2014
1 parent 3b0f645 commit 31accd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
exclude:
8989
# There are no readily available musllinux PyPy distributions
9090
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
91-
MANYLINUX: { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
91+
MANYLINUX: { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le", org: "sandeepgupta12"}
9292
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
9393
MANYLINUX: { NAME: "musllinux_1_2_aarch64", CONTAINER: "cryptography-musllinux_1_2:aarch64", RUNNER: "ubuntu-24.04-arm" }
9494

9595
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
96-
MANYLINUX: { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
96+
MANYLINUX: { NAME: "manylinux2014_ppc64le", CONTAINER: "cryptography-manylinux2014:ppc64le", RUNNER: "ubuntu-24.04-ppc64le", org: "sandeepgupta12"}
9797
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
9898
MANYLINUX: { NAME: "musllinux_1_2_aarch64", CONTAINER: "cryptography-musllinux_1_2:aarch64", RUNNER: "ubuntu-24.04-arm" }
9999

@@ -112,10 +112,10 @@ jobs:
112112
MANYLINUX: { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
113113
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
114114
MANYLINUX: { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
115-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
116-
MANYLINUX: { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
117-
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
118-
MANYLINUX: { NAME: "manylinux2014_ppc64le", CONTAINER: "cryptography-manylinux2014:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
115+
# - PYTHON: { VERSION: "pp310-pypy310_pp73" }
116+
# MANYLINUX: { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
117+
# - PYTHON: { VERSION: "pp311-pypy311_pp73" }
118+
# MANYLINUX: { NAME: "manylinux2014_ppc64le", CONTAINER: "cryptography-manylinux2014:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
119119

120120
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
121121
steps:

0 commit comments

Comments
 (0)