orhun / git-cliff

A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
https://git-cliff.org
Apache License 2.0
8.29k stars 169 forks source link

Add target for 32 bit windows 10 #639

Open ArnavK-09 opened 2 months ago

ArnavK-09 commented 2 months ago

Is there an existing issue for this?

Description of the bug

windows-ia32

Steps To Reproduce

npx git-cliff

image

Expected behavior

should able to run cli

Screenshots / Logs

windows-ia32 image

Software information

Additional context

No response

welcome[bot] commented 2 months ago

Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️

favna commented 2 months ago

ia32 is Intel 32 bit. Any particular reason why you're running 32 bit Windows instead of 64 bit? At least starting Windows 11, 32 bit was removed as an option. What version of Windows are you using? I know you cannot upgrade to 64 bit windows without a reinstall but that might be a good idea regardless, because 32 bit windows isn't really properly supported for a long long time now.

ArnavK-09 commented 2 months ago

ia32 is Intel 32 bit. Any particular reason why you're running 32 bit Windows instead of 64 bit? At least starting Windows 11, 32 bit was removed as an option. What version of Windows are you using? I know you cannot upgrade to 64 bit windows without a reinstall but that might be a good idea regardless, because 32 bit windows isn't really properly supported for a long long time now.

Im on windows 10, so the problem is I'm on outdated version! Thanks!

But can you suggest me a target I can add to my workflow (following rust cli for npx blog) to support these 32 bits windows / 10.

Thanks for the help ✨

favna commented 2 months ago

For your particular architecture it would have to be added to this list. I'm not sure if that's possible within the boundaries of GitHub Action runners but if you can figure out what exactly to add for your configuration to become compatible then I imagine @orhun might merge it.

https://github.com/orhun/git-cliff/blob/4c4f5d94ff39aaed1b43417cc82e0d65c34af550/.github/workflows/cd.yml#L85-L115