fixed windows build - removed test dep
This commit is contained in:
parent
13b5474cd8
commit
934700844c
5 changed files with 6 additions and 29 deletions
|
|
@ -1,11 +1,16 @@
|
|||
### Tactical RMM Agent
|
||||
https://github.com/amidaware/tacticalrmm
|
||||
|
||||
#### building the agent
|
||||
#### building the agent - linux
|
||||
```
|
||||
env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
|
||||
```
|
||||
|
||||
#### building the agent - windows
|
||||
```
|
||||
$env:CGO_ENABLED="0";$env:GOOS="windows";$env:GOARCH="amd64"; go build -ldflags "-s -w"
|
||||
```
|
||||
|
||||
### tests
|
||||
Navigate to agent directory
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue