Skip to content

Commit 60b1cc8

Browse files
committed
static binary comment
1 parent 035ff10 commit 60b1cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ all: test build
2525
build:
2626
$(GOBUILD) -o $(BINARY_NAME) -v
2727

28-
#build minimal docker image
28+
#build static linked binary
2929
build-min:
3030
CGO_ENABLED=0 GOOS=linux $(GOBUILD) -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o $(BINARY_NAME) .
3131

0 commit comments

Comments
 (0)