We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035ff10 commit 60b1cc8Copy full SHA for 60b1cc8
Makefile
@@ -25,7 +25,7 @@ all: test build
25
build:
26
$(GOBUILD) -o $(BINARY_NAME) -v
27
28
-#build minimal docker image
+#build static linked binary
29
build-min:
30
CGO_ENABLED=0 GOOS=linux $(GOBUILD) -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o $(BINARY_NAME) .
31
0 commit comments