Created
October 24, 2019 01:59
-
-
Save zfarbp/c34ef6a29c74837dd7ec4da11194e18e to your computer and use it in GitHub Desktop.
Cross compiling Golang applications for Raspberry Pi
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
env GOOS=linux GOARCH=arm GOARM=5 go build <file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment