correct env var

This commit is contained in:
Callan Bryant 2020-05-07 17:11:32 +01:00
parent 8a419e2e91
commit 6220d4d71e
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -3,5 +3,5 @@
all: build
build:
GGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o dist/dsnet ./cmd/dsnet.go
CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o dist/dsnet ./cmd/dsnet.go
upx dist/dsnet