BurntSushi / ripgrep

ripgrep recursively searches directories for a regex pattern while respecting your gitignore
The Unlicense
49.02k stars 2.01k forks source link

possibility of Providing binaries for Windows arm 64? #2943

Open mzanm opened 4 hours ago

mzanm commented 4 hours ago

Hi, It would be great to have native Windows ARM64 binaries available. While Windows on ARM can emulate x86 and x64 binaries, this comes with a performance overhead. Thanks so much for considering this!

BurntSushi commented 4 hours ago

I guess I'm open to this, but someone will likely need to do the leg work to add it to the release pipeline and test that it works.