- Load up Debian
- install cross-build-essential
- dpkg --add-architecture armhf
- install the lib you want to link
- set "CC" to the armhf compiler
- go build
- Load up Debian
- install cross-build-essential
- dpkg --add-architecture armhf
- install the lib you want to link
- set "CC" to the armhf compiler
- go build