Created
May 7, 2023 19:48
-
-
Save florianbussmann/71b21c87286bc112a2e3607d5fb9a6da to your computer and use it in GitHub Desktop.
Build Go project for linux on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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