We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fbd96 commit dc4ac38Copy full SHA for dc4ac38
.github/workflows/post-release.yml
@@ -65,10 +65,6 @@ jobs:
65
os: ubuntu-20.04
66
rust: stable
67
target: x86_64-unknown-linux-musl
68
- - build: linux
69
- os: ubuntu-20.04
70
- rust: stable
71
- target: aarch64-unknown-linux-musl
72
- build: macos
73
os: macos-latest
74
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Fixes
11
+
12
+- Remove Linux arm64 binary support
13
14
## [1.22.6] - 2024-06-12
15
16
## [1.22.5] - 2024-06-12
0 commit comments