We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2364fab commit 3988433Copy full SHA for 3988433
2 files changed
.cargo/config.toml
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
compress_cmd: tar -czf
62
compress_ext: .tar.gz
63
64
- - os: ubuntu-latest
+ - os: ubuntu-24.04-arm
65
target: aarch64-unknown-linux-gnu
66
artifact_name: popcorn-cli
67
asset_name: popcorn-cli-linux-aarch64.tar.gz
@@ -82,12 +82,6 @@ jobs:
82
with:
83
key: ${{ matrix.target }}
84
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
-
91
- name: Install musl tools (Linux musl)
92
if: matrix.target == 'x86_64-unknown-linux-musl'
93
run: |
0 commit comments