We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdf93a commit 946490cCopy full SHA for 946490c
auth_server/Makefile
@@ -8,7 +8,7 @@ BUILD_ID ?= $(shell go run ./gen_version.go | awk '{print $$2}')
8
all: build
9
10
build:
11
- go build -v -ldflags="-X 'main.Version=${VERSION}' -X 'main.BuildID=${BUILD_ID}'"
+ go build -v -ldflags="-extldflags '-static' -X 'main.Version=${VERSION}' -X 'main.BuildID=${BUILD_ID}'"
12
13
auth_server:
14
@echo
0 commit comments