From 7ef5825dbe7db63518d919426db4900433beeaee Mon Sep 17 00:00:00 2001 From: linxside <39219399+linxside@users.noreply.github.com> Date: Sun, 21 Jul 2024 22:49:43 +0200 Subject: [PATCH] ci: fix makefile production build (#412) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 944fa1ab..e406e860 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ install: @for f in $(MODULEPATHS); do go install -i $${f}; done production-build: COMPILEFLAGS += -a -production-build: mod-prepare lint clean strip-binaries compression +production-build: mod-prepare lint clean build strip-binaries compression clean: - go clean -i -testcache ./... + go clean -i -testcache rm -r -f ./bin/ lint: inspect