File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ all: livenessprobe
2929
3030livenessprobe :
3131 mkdir -p bin
32- CGO_ENABLED=0 GOOS=linux go build -a -ldflags ' -extldflags "-static"' -o ./bin/livenessprobe ./cmd
32+ CGO_ENABLED=0 GOOS=linux go build -a -ldflags ' -extldflags "-static"' -o ./bin/livenessprobe ./cmd/livenessprobe
3333
3434macos-livenessprobe :
3535 mkdir -p bin
36- CGO_ENABLED=0 GOOS=darwin go build -a -ldflags ' -extldflags "-static"' -o ./bin/livenessprobe.osx ./cmd
36+ CGO_ENABLED=0 GOOS=darwin go build -a -ldflags ' -extldflags "-static"' -o ./bin/livenessprobe.osx ./cmd/livenessprobe
3737
3838livenessprobe-container : livenessprobe
3939 docker build -t $(IMAGE_TAG ) -f ./Dockerfile .
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments