From 6cb536169d413a934ec540e1638c4940e6c24d2b Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 19 Apr 2023 00:42:08 -0400 Subject: [PATCH] Build static binaries for release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2ea967..724f9cd 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ build: .PHONY: release release: -> cargo build --release +> cargo build --release --target x86_64-unknown-linux-musl .PHONY: clean clean: