JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
168 stars 67 forks source link

How to build a x86 exe #48

Closed anonymousException closed 2 months ago

anonymousException commented 5 months ago

The default architecture is x64 which can not running on x86 system

JackMcKew commented 5 months ago

Can you elaborate on what this impacts?

anonymousException commented 5 months ago

Can you elaborate on what this impacts?

Just compatibility , x64 program can only run under the x64 system. If the user's system is win7 32 bit or win10 32 bit , it does not work and will show : image

image

anonymousException commented 5 months ago

While this may sound outdated, unfortunately some people are still stuck on 32-bit systems

JackMcKew commented 5 months ago

Totally understand! Hopefully it's just a configuration in docker to able to support this, would you mind looking into it and opening a PR?

anonymousException commented 5 months ago

Totally understand! Hopefully it's just a configuration in docker to able to support this, would you mind looking into it and opening a PR?

I'm glad to do this, but it may take some more time since I'm not quite familiar with docker

JackMcKew commented 5 months ago

Let me know how you go! Always here to help if you need