Currently, only the macOS builds only include x86-64 builds. With all new Macs being AArch64, having an AArch64 build would be useful. Hopefully, this would be as simple as adding the following build include to the .github/workflows/release.yml, but I haven't checked this closely.
- build: aarch64-macos
os: macos-latest
rust: stable
target: aarch64-apple-darwin
Currently, only the macOS builds only include x86-64 builds. With all new Macs being AArch64, having an AArch64 build would be useful. Hopefully, this would be as simple as adding the following build include to the
.github/workflows/release.yml, but I haven't checked this closely.