Skip to content

Commit 3988433

Browse files
committed
build arm64 release on native runner
1 parent 2364fab commit 3988433

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
compress_cmd: tar -czf
6262
compress_ext: .tar.gz
6363

64-
- os: ubuntu-latest
64+
- os: ubuntu-24.04-arm
6565
target: aarch64-unknown-linux-gnu
6666
artifact_name: popcorn-cli
6767
asset_name: popcorn-cli-linux-aarch64.tar.gz
@@ -82,12 +82,6 @@ jobs:
8282
with:
8383
key: ${{ matrix.target }}
8484

85-
- name: Install cross-compilation dependencies (Linux ARM)
86-
if: matrix.target == 'aarch64-unknown-linux-gnu'
87-
run: |
88-
sudo apt-get update
89-
sudo apt-get install -y gcc-aarch64-linux-gnu
90-
9185
- name: Install musl tools (Linux musl)
9286
if: matrix.target == 'x86_64-unknown-linux-musl'
9387
run: |

0 commit comments

Comments
 (0)