mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #947 from smerle33/linux-arm64
feat(release): Add linux arm64 build to matrix
This commit is contained in:
commit
cabb273dba
1 changed files with 4 additions and 0 deletions
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -65,6 +65,10 @@ jobs:
|
|||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
target: x86_64-unknown-linux-musl
|
||||
- build: linux
|
||||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
target: arm64-unknown-linux-musl
|
||||
- build: macos
|
||||
os: macos-latest
|
||||
rust: stable
|
||||
|
|
Loading…
Reference in a new issue