We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753557e commit 9cfe0c8Copy full SHA for 9cfe0c8
makefile
@@ -8,6 +8,9 @@ LDFLAGS := -ldflags "-X main.version=$(VERSION)"
8
# Local Development
9
#-
10
11
+static:
12
+ CGO_ENABLED=0 GOOS=linux go build -a $(LDFLAGS) -o $(SERVICE) .
13
+
14
fast:
15
go build $(LDFLAGS) -o $(SERVICE)
16
0 commit comments