From 615ba37b71c5fc1d10c9893ea96a59a959c148cf Mon Sep 17 00:00:00 2001 From: Piyush Kumar Date: Thu, 24 Aug 2023 10:03:35 +0530 Subject: [PATCH] fixed provider fips ldflags variable Signed-off-by: Piyush Kumar --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index d2b3b77..3dcdfdb 100644 --- a/Earthfile +++ b/Earthfile @@ -46,6 +46,7 @@ BUILD_GOLANG: RUN go-build.sh -a -o ${BIN} ./${SRC} END + RUN go build -ldflags "${LDFLAGS}" -o ${BIN} ./${SRC} SAVE ARTIFACT ${BIN} ${BIN} AS LOCAL build/${BIN} VERSION: