mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Drop arm64
This commit is contained in:
parent
19fbd96065
commit
dc4ac38a10
2 changed files with 4 additions and 4 deletions
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -65,10 +65,6 @@ jobs:
|
|||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
target: x86_64-unknown-linux-musl
|
||||
- build: linux
|
||||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
target: aarch64-unknown-linux-musl
|
||||
- build: macos
|
||||
os: macos-latest
|
||||
rust: stable
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixes
|
||||
|
||||
- Remove Linux arm64 binary support
|
||||
|
||||
## [1.22.6] - 2024-06-12
|
||||
|
||||
## [1.22.5] - 2024-06-12
|
||||
|
|
Loading…
Reference in a new issue