From dc4ac38a10ed6f1e05eef2bf1138023337d87b86 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 12 Jun 2024 10:47:24 -0500 Subject: [PATCH] chore(ci): Drop arm64 --- .github/workflows/post-release.yml | 4 ---- CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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