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
commit d1695025dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: