Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: entrypoint on i686 #1526

Merged
merged 1 commit into from
Aug 27, 2023
Merged

fix: entrypoint on i686 #1526

merged 1 commit into from
Aug 27, 2023

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Aug 27, 2023

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.

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.
@mayeut mayeut merged commit bd7ad21 into pypa:main Aug 27, 2023
8 of 9 checks passed
@mayeut mayeut deleted the fix-entrypoint-i686 branch August 27, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant