Skip to content

Instantly share code, notes, and snippets.

@austindoeswork
Created February 17, 2017 18:51
Show Gist options
  • Save austindoeswork/2d39f8d60a676501a4fec313e7df0f9a to your computer and use it in GitHub Desktop.
Save austindoeswork/2d39f8d60a676501a4fec313e7df0f9a to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "building for raspi..."
GOOS=linux GOARCH=arm GOARM=7 go build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment