Cross Compilation to Raspberry Pi(ARMv7) Back{: .button} Example Makefile .PHONY: build build: env GOOS=linux GOARCH=arm go build