diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31a4dd4..5a936b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,6 +99,12 @@ jobs: os: macos-latest, build-cmd: "cargo", } + - { + target: aarch64-apple-darwin, + arch: darwin, + os: macos-latest, + build-cmd: "cargo", + } - { target: x86_64-unknown-linux-musl, arch: amd64,