-
Notifications
You must be signed in to change notification settings - Fork 576
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
Add Universal2 versions of python for use with PyInstaller #271
Comments
Hello @cmot17! Thanks for your feature request. We will look at it. |
Hey @cmot17! |
PR actions/python-versions#114 was merged and then reverted a month later with actions/python-versions#175, so this issue could still do with being resolved. As it seems that some were unhappy with this being the default behaviour, it would be useful if this could be an optional flag for setup-python on MacOS runners. |
I can confirm that this is still an outstanding issue (after the revert performed in actions/python-versions#175). Please consider this feature as its lack is preventing developers from building |
Further reasons for this need can be found in the original issue here: actions/runner-images#4133 This issue was closed when the feature was originally implemented, but not reopened when it was reverted. |
Description:
https://pyinstaller.readthedocs.io/en/stable/feature-notes.html#macos-multi-arch-support
I believe that PyInstaller supports creating universal2 binaries for MacOS from an x86 machine - it just needs to be running the universal2 version of python.
Justification:
This would be really useful to build apps compatible with Apple Silicon.
The text was updated successfully, but these errors were encountered: