default to current GOOS in makefile (#973)
This commit is contained in:
parent
f5e54083c7
commit
0ecfe75687
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ CROWDSEC_BIN = "crowdsec"
|
|||
CSCLI_BIN = "cscli"
|
||||
BUILD_CMD = "build"
|
||||
|
||||
GOOS ?= linux
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
GOARCH ?= $(shell go env GOARCH)
|
||||
|
||||
#Golang version info
|
||||
|
|
Loading…
Reference in a new issue