mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Fix release target for arm64
This commit is contained in:
parent
bb99fe166c
commit
9d10c4ded9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue