Skip to content

Commit 9d10c4d

Browse files
committed
chore(ci): Fix release target for arm64
1 parent bb99fe1 commit 9d10c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- build: linux
6969
os: ubuntu-20.04
7070
rust: stable
71-
target: arm64-unknown-linux-musl
71+
target: aarch64-unknown-linux-musl
7272
- build: macos
7373
os: macos-latest
7474
rust: stable

0 commit comments

Comments
 (0)