Skip to content

Commit 5255d32

Browse files
nightly build changes except 313
1 parent e4a141b commit 5255d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/build_scripts/manylinux1-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def is_manylinux1_compatible():
55
# Only Linux, and only x86-64 / i686
66
from distutils.util import get_platform
77

8-
if get_platform() not in ["linux-x86_64", "linux-i686", "linux-s390x"]:
8+
if get_platform() not in ["linux-x86_64", "linux-i686", "linux-s390x", "linux-pc64le"]:
99
return False
1010

1111
# Check for presence of _manylinux module

0 commit comments

Comments
 (0)