From a92f4a77ae7869aab16abec3b0f68c2ddc01fce5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 2 Jan 2023 20:47:01 +0100 Subject: [PATCH] Rust requires every single target to be installed individually --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baab355..16cbcb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/