Skip to content

Commit 8b64c5f

Browse files
committed
build: remove aarch64 linux
1 parent a81dd0e commit 8b64c5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
target:
106106
[
107107
{ runner: "macos-14", target: "aarch64-apple-darwin", os: darwin, arch: aarch64 }, # Apple silicon
108-
{ runner: "ubuntu-latest", target: "aarch64-unknown-linux-gnu", os: linux, arch: aarch64 },
109108
{ runner: "macos-12", target: "x86_64-apple-darwin", os: darwin, arch: x86_64 }, # Intel Mac
110109
{ runner: "ubuntu-latest", target: "x86_64-pc-windows-gnu", os: windows, arch: x86_64 }, # It's trivial to cross-compile to Windows (less so for Mac)
111110
{ runner: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", os: linux, arch: x86_64 },
@@ -126,12 +125,6 @@ jobs:
126125
if: matrix.target.os == 'windows'
127126
run: sudo apt-get install -y --no-install-recommends mingw-w64 musl-tools gcc-mingw-w64-x86-64-win32
128127

129-
- name: Set up aarch64 Linux
130-
if: matrix.target.target == 'aarch64-unknown-linux-gnu'
131-
run: |
132-
sudo apt-get install gcc-aarch64-linux-gnu
133-
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
134-
135128
- name: Build binary
136129
run: cargo build --release --target=${{ matrix.target.target }}
137130

0 commit comments

Comments
 (0)