Skip to content

Commit

Permalink
Merge branch 'main' into matchconds
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio authored Jul 19, 2024
2 parents 211ddc6 + 54489d6 commit 0efab71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,11 @@ local_resource(
'manager',
"CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager cmd/main.go",
deps = [
"main.go",
"go.mod",
"go.sum",
"cmd",
"internal",
"controllers",
"pkg",
"api",
],
)

Expand Down

0 comments on commit 0efab71

Please sign in to comment.