From b706bcb3fade2b2bb4cfb7585aac65919a02e6fb Mon Sep 17 00:00:00 2001 From: Eneko Fernandez Date: Fri, 15 Sep 2023 08:23:33 +0200 Subject: [PATCH] add target echo-ldflags using variable to pass them to goreleaser that will build and publish gitops-ee binary --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a5473b929..a2a4b011b 100644 --- a/Makefile +++ b/Makefile @@ -237,3 +237,5 @@ swagger-docs: FORCE: +echo-ldflags: + @echo "$(CMD_GITOPS_LDFLAGS)" \ No newline at end of file