Skip to content

Commit 0206460

Browse files
authored
Merge pull request #38 from andrewsykim/move-cmd
move cmd/ to cmd/livenessprobe
2 parents ef27b95 + 24dc3b5 commit 0206460

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ all: livenessprobe
2929

3030
livenessprobe:
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

3434
macos-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

3838
livenessprobe-container: livenessprobe
3939
docker build -t $(IMAGE_TAG) -f ./Dockerfile .
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)