Skip to content

Commit

Permalink
Update Earthfile (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Dec 22, 2023
1 parent 7b2db80 commit 9821cf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ BUILD_GOLANG:
ARG BIN
ARG SRC

RUN apk add libc-dev binutils-gold clang
ENV CC=clang

IF $FIPS_ENABLED
RUN go-build-fips.sh -a -o ${BIN} ./${SRC}
RUN assert-fips.sh ${BIN}
Expand Down

0 comments on commit 9821cf7

Please sign in to comment.