cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
618 stars 241 forks source link

Support for py32/py64 #72

Closed danielguardicore closed 4 years ago

danielguardicore commented 4 years ago

Currently the docker images are 32bit and to get a 64b pyinstaller file I need to fork and build my own docker file.

cdrx commented 4 years ago

I've set the 32bit image up on the tag :python3-32bit which mirrors how pyinstaller-windows is setup

Should be on Docker Hub in a few hours

Thanks you @danielguardicore