-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed