Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 450 Bytes

cgo-and-crosscompiling.md

File metadata and controls

5 lines (4 loc) · 450 Bytes

Cross-compiling Go with CGO

Best option to cross-compile Go project with CGO dependencies would be in using Docker image. This project provides the docker images with bunch of ready to use cross-compilers as well as how-to make sysroot. All that wrapped into example