Merge pull request #52 from kairos-io/cp/fips-ldflags

fixed provider fips ldflags variable
This commit is contained in:
Santhosh
2023-08-24 13:06:15 +05:30
committed by GitHub

View File

@@ -47,7 +47,7 @@ BUILD_GOLANG:
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
END 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} SAVE ARTIFACT ${BIN} ${BIN} AS LOCAL build/${BIN}
VERSION: VERSION: