File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build-osx-arm: build-ui
1616
1717# build for Linux 64
1818build-linux : build-ui
19- GOOS=linux GOARCH=amd64 go build -ldflags ' -s -w' -o tob github.com/telkomdev/tob/cmd/tob
19+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags ' -s -w' -o tob github.com/telkomdev/tob/cmd/tob
2020
2121# build for Windows 64
2222build-win : build-ui
@@ -34,7 +34,7 @@ build-http-agent-osx-arm:
3434
3535# build for Linux 64
3636build-http-agent-linux :
37- GOOS=linux GOARCH=amd64 go build -ldflags ' -s -w' -o tob-http-agent github.com/telkomdev/tob/cmd/tob-http-agent
37+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags ' -s -w' -o tob-http-agent github.com/telkomdev/tob/cmd/tob-http-agent
3838
3939test :
4040 go test ./...
You can’t perform that action at this time.
0 commit comments