Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created November 22, 2018 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save R4wm/fd7bfb29bdd0fea54f5bd108b63f672b to your computer and use it in GitHub Desktop.
Save R4wm/fd7bfb29bdd0fea54f5bd108b63f672b to your computer and use it in GitHub Desktop.
corss compile for raspberry pi 3
#!/bin/bash
env GOOS=linux GOARCH=arm64 GOARM=7 go build main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment