Skip to content

Instantly share code, notes, and snippets.

@bbeardsley
Last active May 2, 2016 20:56
Show Gist options
  • Save bbeardsley/60a35e3ab8513cdd322d to your computer and use it in GitHub Desktop.
Save bbeardsley/60a35e3ab8513cdd322d to your computer and use it in GitHub Desktop.
pup build for qnap nas
Git Bash environment
Go 1.5.3-1.6.2
cd %GOPATH%
go get -v github.com/ericchiang/pup
cd src/github.com/ericchiang/pup
env GOOS=linux GOARCH=arm GOARM=5 go build
@bbeardsley
Copy link
Author

GOARM=7 for raspberry pi 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment