From a0e6ce0f4daea00630d806f6036848145c836a97 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 13 Nov 2021 13:37:53 +0100 Subject: [PATCH] x86_64-binary-release target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 0a7a631..143c6bc 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,11 @@ static-%: # etc, ready on my system despite being otherwise able to rely on # cross. I think. It's a bit confusing. +x86_64-binary: x86_64-binary-release + +x86_64-binary-release: + cross build --target x86_64-unknown-linux-musl --release --all-targets --features vendored-openssl + arm-binary: arm-binary-release arm-binary-release: