mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-08-31 12:26:31 +00:00
Merge pull request #52 from kairos-io/cp/fips-ldflags
fixed provider fips ldflags variable
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user