Skip to content

Commit 721c841

Browse files
committed
Build a static binary
Fixes #173
1 parent a53bcef commit 721c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_server/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps:
1717

1818
build:
1919
go generate ./...
20-
go build -v -i
20+
CGO_ENABLED=0 go build -v -i --ldflags=--s
2121

2222
ca-certificates.crt:
2323
cp $(CA_BUNDLE) .

0 commit comments

Comments
 (0)