Skip to content

Instantly share code, notes, and snippets.

@netmarkjp
Created September 10, 2014 10:13
Show Gist options
  • Save netmarkjp/659a19c0300aab0b9042 to your computer and use it in GitHub Desktop.
Save netmarkjp/659a19c0300aab0b9042 to your computer and use it in GitHub Desktop.
how to make mackerel-agent with go 1.3.1 on macosx
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 /usr/local/Cellar/go/1.3.1/libexec/src/make.bash
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 make build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment