We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6ecd1a + 15744d0 commit 8d4efc8Copy full SHA for 8d4efc8
2 files changed
.dockerignore
@@ -1,6 +1,7 @@
1
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
2
# Ignore build and test binaries.
3
bin/
4
+!bin/manager
5
testbin/
6
example
7
images
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