Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created June 14, 2023 06:02
Show Gist options
  • Save avkosme/f8df1acf351c1807711a7a856ec93343 to your computer and use it in GitHub Desktop.
Save avkosme/f8df1acf351c1807711a7a856ec93343 to your computer and use it in GitHub Desktop.
Build go several arch
export GOOS=linux
export GOARCH=arm64
go build -o bin/main cmd/main.go
go tool dist list
go tool dist list | grep linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment