From 87f807f85e6b1191bca876e9e7fd135a34b07eac Mon Sep 17 00:00:00 2001 From: vvakame Date: Mon, 2 Sep 2024 18:43:54 +0900 Subject: [PATCH] use static option to build tagpr binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7193aca..3a1d485 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ DIST_DIR = dist crossbuild: CREDITS rm -rf $(DIST_DIR) godzil crossbuild -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) \ - -os=linux,darwin -d=$(DIST_DIR) ./cmd/* + -os=linux,darwin -static -d=$(DIST_DIR) ./cmd/* cd $(DIST_DIR) && shasum -a 256 $$(find * -type f -maxdepth 0) > SHA256SUMS