We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ecd1a commit accd64bCopy full SHA for accd64b
1 file changed
Tiltfile
@@ -44,7 +44,7 @@ k8s_yaml(updated_install)
44
# binary is rebuilt and the hot swat wrapper takes care of the rest.
45
local_resource(
46
'manager',
47
- "CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager ./",
+ "CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager ./cmd/rcm/main.go",
48
deps = [
49
"main.go",
50
"go.mod",
0 commit comments