Skip to content

Commit 78e49fd

Browse files
committed
fix: Remove Linux ARM64 build (cross-compilation issues)
1 parent 3b4cf0e commit 78e49fd

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
target: x86_64-unknown-linux-gnu
1818
artifact_name: scud
1919
asset_name: scud-linux-x64
20-
- os: ubuntu-latest
21-
target: aarch64-unknown-linux-gnu
22-
artifact_name: scud
23-
asset_name: scud-linux-arm64
2420
- os: macos-latest
2521
target: x86_64-apple-darwin
2622
artifact_name: scud
@@ -44,12 +40,6 @@ jobs:
4440
target: ${{ matrix.target }}
4541
override: true
4642

47-
- name: Install cross-compilation tools (Linux ARM64)
48-
if: matrix.target == 'aarch64-unknown-linux-gnu'
49-
run: |
50-
sudo apt-get update
51-
sudo apt-get install -y gcc-aarch64-linux-gnu
52-
5343
- name: Build
5444
working-directory: ./scud-cli
5545
run: cargo build --release --target ${{ matrix.target }}

bin/postinstall.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function getPlatformInfo() {
2121
'darwin-x64': 'scud-macos-x64',
2222
'darwin-arm64': 'scud-macos-arm64',
2323
'linux-x64': 'scud-linux-x64',
24-
'linux-arm64': 'scud-linux-arm64',
2524
'win32-x64': 'scud-windows-x64.exe',
2625
};
2726

0 commit comments

Comments
 (0)