pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.42k stars 217 forks source link

fix: entrypoint on i686 #1526

Closed mayeut closed 1 year ago

mayeut commented 1 year ago

When running with docker on macOS aarch64, i686 images will use qemu which already defaults to an i686 emulation. This results in the linux32 command to fail. Use linux32 only if uname -m reports x86_64.