chore(ci): Fix release target for arm64

This commit is contained in:
Ed Page 2024-06-12 10:33:14 -05:00
parent bb99fe166c
commit 9d10c4ded9

View file

@ -68,7 +68,7 @@ jobs:
- build: linux - build: linux
os: ubuntu-20.04 os: ubuntu-20.04
rust: stable rust: stable
target: arm64-unknown-linux-musl target: aarch64-unknown-linux-musl
- build: macos - build: macos
os: macos-latest os: macos-latest
rust: stable rust: stable