mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -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
|
os: macos-latest
|
||||||
rust: stable
|
rust: stable
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
|
- build: macos-aarch64
|
||||||
|
os: macos-latest
|
||||||
|
rust: stable
|
||||||
|
target: aarch64-apple-darwin
|
||||||
- build: win-msvc
|
- build: win-msvc
|
||||||
os: windows-2019
|
os: windows-2019
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
Loading…
Reference in a new issue