fixed provider fips ldflags variable

Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
This commit is contained in:
Piyush Kumar
2023-08-24 10:03:35 +05:30
parent b579244742
commit 3b46282da4

View File

@@ -47,7 +47,7 @@ BUILD_GOLANG:
ENV CGO_ENABLED=0
END
RUN go build -ldflags "-s -w" -o ${BIN} ./${SRC}
RUN go build -ldflags "${LDFLAGS}" -o ${BIN} ./${SRC}
SAVE ARTIFACT ${BIN} ${BIN} AS LOCAL build/${BIN}
VERSION: