diff --git a/cibuildwheel/oci_container.py b/cibuildwheel/oci_container.py index bfb3ff193..9b2d1751e 100644 --- a/cibuildwheel/oci_container.py +++ b/cibuildwheel/oci_container.py @@ -110,7 +110,7 @@ def __enter__(self) -> OCIContainer: if detect_ci_provider() == CIProvider.travis_ci and platform.machine() == "ppc64le": network_args = ["--network=host"] - simulate_32_bit = self.enforce_32_bit + simulate_32_bit = False if self.enforce_32_bit: # If the architecture running the image is already the right one # or the image entrypoint takes care of enforcing this, then we don't need to