We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c7445 commit 0b71095Copy full SHA for 0b71095
.github/workflows/build_librespot.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Build ARMv8
70
run: |
71
- ./cross build --target=aarch64-unknown-linux-musl
+ ./cross build --release --target=aarch64-unknown-linux-musl
72
cp target/aarch64-unknown-linux-musl/release/librespot releases/linux/librespot-linux-aarch64
73
chmod +x releases/linux/librespot-linux-aarch64
74
0 commit comments