mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-22 13:00:56 -05:00
chore(ci): Add Linux arm builds
This commit is contained in:
parent
967534b826
commit
4b96e0d5fe
1 changed files with 4 additions and 0 deletions
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -64,6 +64,10 @@ jobs:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
rust: stable
|
rust: stable
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
|
- build: linux-aarch64
|
||||||
|
os: ubuntu-24.04-arm
|
||||||
|
rust: stable
|
||||||
|
target: aarch64-unknown-linux-musl
|
||||||
- build: macos
|
- build: macos
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
Loading…
Add table
Reference in a new issue