Skip to content

Commit 4bafd9b

Browse files
committed
Fix: remove ARM64 Linux build
1 parent 4d6053c commit 4bafd9b

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
@@ -16,10 +16,6 @@ jobs:
1616
target: x86_64-unknown-linux-gnu
1717
artifact_name: polymorph
1818
asset_name: polymorph-linux-x64
19-
- os: ubuntu-latest
20-
target: aarch64-unknown-linux-gnu
21-
artifact_name: polymorph
22-
asset_name: polymorph-linux-arm64
2319
- os: macos-latest
2420
target: x86_64-apple-darwin
2521
artifact_name: polymorph
@@ -42,12 +38,6 @@ jobs:
4238
target: ${{ matrix.target }}
4339
override: true
4440

45-
- name: Install cross-compilation tools
46-
if: matrix.target == 'aarch64-unknown-linux-gnu'
47-
run: |
48-
sudo apt-get update
49-
sudo apt-get install -y gcc-aarch64-linux-gnu
50-
5141
- name: Build
5242
run: cargo build --release --target ${{ matrix.target }}
5343

0 commit comments

Comments
 (0)