From 8217ece82dba7f36531fb5e032316dae474bcd32 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 16 Jan 2023 17:58:10 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! Switch to goreleaser. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4439a53..011fde5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LOCAL_VERSION?="" CI_RUN?=false ADDITIONAL_BUILD_FLAGS="" -LDFLAGS="-s -w -X main.PKG_VERSION=${LOCAL_VERSION}" +LDFLAGS=-s -w -X main.PKG_VERSION=${LOCAL_VERSION} ifeq ($(CI_RUN), true) ADDITIONAL_BUILD_FLAGS="-test.short"