We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c174e35 commit b45abeaCopy full SHA for b45abea
pyproject.toml
@@ -13,7 +13,7 @@ before-all = "sh build.sh"
13
14
[tool.cibuildwheel.linux]
15
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"
16
-archs = ["x86_64", "aarch64"]
+archs = ["x86_64", "aarch64", "ppc64le"]
17
18
[[tool.cibuildwheel.overrides]]
19
select = "*-musllinux*"
0 commit comments