release: build aarch64 artifacts for macos on GitHub Actions

GitHub now supports this natively, so there's no need for me to do it
any more.

Fixes #3155
This commit is contained in:
Andrew Gallant
2025-09-22 09:13:44 -04:00
parent 8b5d3d1c1e
commit c1fc6a5eb8
4 changed files with 6 additions and 45 deletions

View File

@@ -41,8 +41,6 @@
> tool that recursively searches the current directory for a regex pattern.
> By default, ripgrep will respect gitignore rules and automatically skip
> hidden files/directories and binary files.
* Run `git checkout {VERSION} && ci/build-and-publish-m2 {VERSION}` on a macOS
system with Apple silicon.
* Run `cargo publish`.
* Run `ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb`. Then edit
`pkg/brew/ripgrep-bin.rb` to update the version number and sha256 hashes.