Python
| $GOOS | $GOARCH |
|---|---|
| android | arm |
| darwin | 386 |
| darwin | amd64 |
| darwin | arm |
| darwin | arm64 |
| linux | 386 |
| linux | amd64 |
| linux | arm |
| linux | arm64 |
| windows | 386 |
| windows | amd64 |
Windows Cross Compiling
GOOS=windows GOARCH=386 go build program.go
GOOS=windows GOARCH=386 go build program.go