Skip to content

Commit 6ec2a43

Browse files
nightly build changes 313
1 parent 6e2f3cf commit 6ec2a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def generate_wheels_matrix(
421421
"cxx11-abi"
422422
if (
423423
arch_version
424-
in ["cpu-cxx11-abi", "cpu-aarch64", "cpu-s390x"]
424+
in ["cpu-cxx11-abi", "cpu-aarch64", "cpu-s390x", "cpu-ppc64le"]
425425
)
426426
or os == "linux"
427427
else ""

0 commit comments

Comments
 (0)