Skip to content

Commit 66fc7bf

Browse files
cdwenwangclaude
andcommitted
fix: drop linux-arm64 from release matrix (cross-compile openssl issues)
- Removed aarch64-unknown-linux-gnu target that fails due to missing OpenSSL cross-compilation support in GitHub Actions - Keep darwin-x64, darwin-arm64, linux-x64 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5c58b53 commit 66fc7bf

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- target: x86_64-unknown-linux-gnu
2222
os: ubuntu-latest
2323
suffix: linux-x64
24-
- target: aarch64-unknown-linux-gnu
25-
os: ubuntu-latest
26-
suffix: linux-arm64
2724
steps:
2825
- uses: actions/checkout@v4
2926

@@ -32,12 +29,6 @@ jobs:
3229
with:
3330
targets: ${{ matrix.target }}
3431

35-
- name: Install cross-compilation dependencies
36-
if: contains(matrix.target, 'linux') && contains(matrix.target, 'aarch64')
37-
run: |
38-
sudo apt-get update
39-
sudo apt-get install -y gcc-aarch64-linux-gnu
40-
4132
- name: Build
4233
run: |
4334
cd rust-core
@@ -72,7 +63,6 @@ jobs:
7263
cp artifacts/codeseek-darwin-x64/codeseek-darwin-x64 release/
7364
cp artifacts/codeseek-darwin-arm64/codeseek-darwin-arm64 release/
7465
cp artifacts/codeseek-linux-x64/codeseek-linux-x64 release/
75-
cp artifacts/codeseek-linux-arm64/codeseek-linux-arm64 release/
7666
7767
- name: Create Release
7868
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)