Skip to content

Add AArch64 macOS build to releases #301

@golmschenk

Description

@golmschenk

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions