Skip to content

Instantly share code, notes, and snippets.

@florianbussmann
Created May 7, 2023 19:48
Show Gist options
  • Save florianbussmann/71b21c87286bc112a2e3607d5fb9a6da to your computer and use it in GitHub Desktop.
Save florianbussmann/71b21c87286bc112a2e3607d5fb9a6da to your computer and use it in GitHub Desktop.
Build Go project for linux on Windows
set GOOS=linux&& set GOARCH=amd64&& go build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment