mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Rust requires every single target to be installed individually
This commit is contained in:
parent
a373957045
commit
a92f4a77ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Release build Linux-aarch64
|
||||
run: |
|
||||
rustup target add
|
||||
rustup target add aarch64-unknown-linux-musl
|
||||
env RUSTFLAGS="-C link-arg=-s" cargo zigbuild --release --target aarch64-unknown-linux-musl
|
||||
mkdir doh-proxy
|
||||
mv target/aarch64-unknown-linux-musl/release/doh-proxy doh-proxy/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue