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 3507a6a commit fa7bc0cCopy full SHA for fa7bc0c
docker/manylinux-entrypoint
@@ -6,7 +6,7 @@ if [ "${AUDITWHEEL_ARCH}" == "i686" ] && [ "$(uname -m)" == "x86_64" ]; then
6
linux32 "$@"
7
elif [ "${AUDITWHEEL_ARCH}" == "armv7l" ] && [ "$(uname -m)" != "armv7l" ]; then
8
if [ "$(linux32 uname -m)" == "armv8l" ]; then
9
- export _PYTHON_HOST_PLATFORM="linux_armv7l"
+ export _PYTHON_HOST_PLATFORM="linux-armv7l"
10
fi
11
12
else
0 commit comments