cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 238 forks source link

Can u support m1 ? #118

Open JoshuaFeng5 opened 2 years ago

JoshuaFeng5 commented 2 years ago

Would u like to support m1 packge .exe and intel chip .app?

honigbeutler123 commented 1 year ago

for anyone struggling with this, this is working although you have to use the windows 32 bit image so 'cdrx/pyinstaller-windows:python3-32bit' and use the --platform linux/amd64 flag for windows and for linux it should just work with the platform flag.