go env -w CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o linux_go_build main.go go env -w CGO_ENABLED=0 GOOS=windows GOARCH=amd64