fixup! fixup! fixup! fixup! fixup! fixup! fixup! Switch to goreleaser.

This commit is contained in:
2023-01-16 17:58:10 +00:00
parent c601de437d
commit 8217ece82d
+1 -1
View File
@@ -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"