diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 940793c..f97edd0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,12 @@ jobs: architecture: x86_64 binary-postfix: "" use-cross: false + - os: macos-latest + os-name: macos + target: aarch64-apple-darwin + architecture: arm64 + binary-postfix: "" + use-cross: true - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-gnu