git-cliff icon indicating copy to clipboard operation
git-cliff copied to clipboard

Add target for 32 bit windows 10

Open ArnavK-09 opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

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

  • Operating system: Windows
  • Rust version: latest
  • Project version: latest

Additional context

No response

ArnavK-09 avatar May 08 '24 17:05 ArnavK-09

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

welcome[bot] avatar May 08 '24 17:05 welcome[bot]

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.

favna avatar May 09 '24 13:05 favna

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 ✨

ArnavK-09 avatar May 10 '24 14:05 ArnavK-09

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

favna avatar May 10 '24 15:05 favna