2 Star 5 Fork 9

RunnerGo / RunnerGo-collector-open

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go_build_linux.bat 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
guosongsong 提交于 2023-02-28 11:46 . docker
SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
echo now the CGO_ENABLED:
go env CGO_ENABLED
echo now the GOOS:
go env GOOS
echo now the GOARCH:
go env GOARCH
go build -o collector main.go
SET CGO_ENABLED=1
SET GOOS=windows
SET GOARCH=amd64
echo now the CGO_ENABLED:
go env CGO_ENABLED
echo now the GOOS:
go env GOOS
echo now the GOARCH:
go env GOARCH
Go
1
https://gitee.com/Runner-Go-Team/runnergo-collector-open.git
git@gitee.com:Runner-Go-Team/runnergo-collector-open.git
Runner-Go-Team
runnergo-collector-open
RunnerGo-collector-open
open

搜索帮助