Skip to content

Instantly share code, notes, and snippets.

@4ad
Created December 3, 2014 17:54
Show Gist options
  • Save 4ad/3dc2e7ee20e0187bb2d8 to your computer and use it in GitHub Desktop.
Save 4ad/3dc2e7ee20e0187bb2d8 to your computer and use it in GitHub Desktop.
Build linux/arm Go toolchain on linux/arm64
cd go/src && CC='arm-linux-gnueabihf-gcc -static' GO_DISTFLAGS=-s GOHOSTARCH=arm GOARM=7 CGO_ENABLED=0 ./make.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment