Skip to content

Commit

Permalink
Merge pull request #52 from kairos-io/cp/fips-ldflags
Browse files Browse the repository at this point in the history
fixed provider fips ldflags variable
  • Loading branch information
santhoshdaivajna committed Aug 24, 2023
2 parents b579244 + 3b46282 commit d169502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d169502

Please sign in to comment.