Skip to content

Commit

Permalink
build with script (#109) (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Sharma <[email protected]>
Co-authored-by: Arun Sharma <[email protected]>
  • Loading branch information
kpiyush17 and Dr-N00B authored Dec 22, 2023
1 parent 1fce983 commit fd2dcab
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:
RUN assert-fips.sh ${BIN}
RUN assert-static.sh ${BIN}
ELSE
RUN go-build.sh -a -o ${BIN} ./${SRC}
RUN go-build-static.sh -a -o ${BIN} ./${SRC}
END

SAVE ARTIFACT ${BIN} ${BIN} AS LOCAL build/${BIN}
Expand Down

0 comments on commit fd2dcab

Please sign in to comment.