-
Notifications
You must be signed in to change notification settings - Fork 8
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
pyinstaller-osx doesn't create OSX executables #96
Comments
🎉 Thank you for your first issue! We will look into it soon. |
Hi Thanks for the issue. I managed to reproduce the problem myself. I'll try to figure it out. zsh: exec format error: ./main |
Same problem, I think it is actually a linux program compiled under archlinux 🥲 |
Apple being themselves, |
Due to the removal of sickcodes/docker-osx images, I decided to remove the osx image build as it breaks the pipeline. :( If you have any suggestions, please submit your merge requests. |
Describe the bug
batonogov/pyinstaller-osx:latest
doesn't create OSX executable.Following warning is shown:
To Reproduce
Steps to reproduce the behavior:
docker run --volume "$(pwd):/src/" batonogov/pyinstaller-osx:latest
Expected behavior
Creates OSX executable
Log
Docker information (please provide the following information):
.spec file
The text was updated successfully, but these errors were encountered: