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 748534b7c6
commit 950b792495

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: