chore(ci): Drop arm64

This commit is contained in:
Ed Page 2024-06-12 10:47:24 -05:00
parent 19fbd96065
commit dc4ac38a10
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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