From 9d10c4ded930bccc03a4c2e45a1dea0e72f45dcd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 12 Jun 2024 10:33:14 -0500 Subject: [PATCH] chore(ci): Fix release target for arm64 --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index ed48bfb..e621e70 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -68,7 +68,7 @@ jobs: - build: linux os: ubuntu-20.04 rust: stable - target: arm64-unknown-linux-musl + target: aarch64-unknown-linux-musl - build: macos os: macos-latest rust: stable