pyinstaller-action-windows icon indicating copy to clipboard operation
pyinstaller-action-windows copied to clipboard

How to build a x86 exe

Open anonymousException opened this issue 1 year ago • 6 comments

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

anonymousException avatar Apr 12 '24 02:04 anonymousException

Can you elaborate on what this impacts?

JackMcKew avatar Apr 12 '24 03:04 JackMcKew

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 avatar Apr 12 '24 03:04 anonymousException

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

anonymousException avatar Apr 12 '24 03:04 anonymousException

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?

JackMcKew avatar Apr 12 '24 03:04 JackMcKew

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

anonymousException avatar Apr 12 '24 03:04 anonymousException

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

JackMcKew avatar Apr 12 '24 03:04 JackMcKew