We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bb8d2 commit f5f17b1Copy full SHA for f5f17b1
Makefile
@@ -5,7 +5,7 @@ GOARCH ?= amd64
5
6
build:
7
mkdir -p ./bin
8
- GOOS=$(GOOS) GOARCH=$(GOARCH) go build -x -o ./bin/gotpl .
+ CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -x -o ./bin/gotpl .
9
10
test:
11
./test.sh
0 commit comments