Skip to content

Commit f5f17b1

Browse files
committed
Disable cgo
1 parent 94bb8d2 commit f5f17b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOARCH ?= amd64
55

66
build:
77
mkdir -p ./bin
8-
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -x -o ./bin/gotpl .
8+
CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -x -o ./bin/gotpl .
99

1010
test:
1111
./test.sh

0 commit comments

Comments
 (0)