Skip to content

Commit

Permalink
fixed provider fips ldflags variable
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
  • Loading branch information
kpiyush17 authored and santhoshdaivajna committed Oct 10, 2023
1 parent 216f3ab commit 615ba37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ BUILD_GOLANG:
RUN go-build.sh -a -o ${BIN} ./${SRC}
END

RUN go build -ldflags "${LDFLAGS}" -o ${BIN} ./${SRC}
SAVE ARTIFACT ${BIN} ${BIN} AS LOCAL build/${BIN}

VERSION:
Expand Down

0 comments on commit 615ba37

Please sign in to comment.