ci: add aarch64 Windows

This also adds a new release artifact for aarch64 Windows.

Closes #2943, Closes #3038
This commit is contained in:
Josh Cotton
2025-04-29 13:33:21 -07:00
committed by Andrew Gallant
parent 8fca3cdca6
commit bb0cbae312
3 changed files with 15 additions and 6 deletions

View File

@@ -32,6 +32,8 @@ Feature enhancements:
Directories containing `.jj` are now treated as git repositories.
* [FEATURE #2849](https://github.com/BurntSushi/ripgrep/pull/2849):
When using multithreading, schedule files to search in order given on CLI.
* [FEATURE #2943](https://github.com/BurntSushi/ripgrep/issues/2943):
Add `aarch64` release artifacts for Windows.
14.1.1 (2024-09-08)