mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Build for aarch64
This commit is contained in:
parent
5adfdc2ade
commit
7b12730b18
1 changed files with 4 additions and 0 deletions
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -69,6 +69,10 @@ jobs:
|
|||
os: macos-latest
|
||||
rust: stable
|
||||
target: x86_64-apple-darwin
|
||||
- build: macos-aarch64
|
||||
os: macos-latest
|
||||
rust: stable
|
||||
target: aarch64-apple-darwin
|
||||
- build: win-msvc
|
||||
os: windows-2019
|
||||
rust: stable
|
||||
|
|
Loading…
Reference in a new issue