client와 server 빌드를 분리하고 client에는 node_exporter 통합
This commit is contained in:
@ -4,7 +4,7 @@ del houston.zip
|
||||
|
||||
$Env:GOOS="linux"
|
||||
$Env:GOARCH="amd64"
|
||||
go build -ldflags="-s -w" .
|
||||
go build -ldflags="-s -w" -tags=client .
|
||||
|
||||
cp houston .\replacer\houston
|
||||
cp config.json .\replacer\config.json
|
||||
|
||||
Reference in New Issue
Block a user