diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index e621e70..19e2aee 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a494a43..e92dff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Remove Linux arm64 binary support + ## [1.22.6] - 2024-06-12 ## [1.22.5] - 2024-06-12