Skip to content

Commit

Permalink
Merge pull request crossplane#5782 from tampakrap/earthfile_build_ste…
Browse files Browse the repository at this point in the history
…p_also_build_go

fix(Earthfile): Build also the go binaries when running +build
  • Loading branch information
jbw976 authored Jun 10, 2024
2 parents 6a6abca + 894da76 commit 7744602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ lint:

# build builds Crossplane for your native OS and architecture.
build:
ARG USERPLATFORM
BUILD --platform=$USERPLATFORM +go-build
BUILD +image
BUILD +helm-build

Expand Down

0 comments on commit 7744602

Please sign in to comment.