Skip to content

Commit

Permalink
Merge pull request #50 from kairos-io/fips-ldflags
Browse files Browse the repository at this point in the history
fixed provider fips ldflags variable
  • Loading branch information
santhoshdaivajna authored Aug 24, 2023
2 parents 748534b + 950b792 commit dd58034
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 dd58034

Please sign in to comment.