go语言跨平台生成linux可执行文件

export GO111MODULE=off
export CGO_ENABLED=0
export GOOS=linux
export GOARCH=amd64
go build main.go
posted @ 2021-06-22 20:31  huim  阅读(365)  评论(0)    收藏  举报