mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
c55267f49f
* docs: how to cross-compile Go with CGO Signed-off-by: Artur Troian <troian.ap@gmail.com> * docs: update mkdocs Signed-off-by: Artur Troian <troian.ap@gmail.com> * docs: add extenstion to cookbook name Signed-off-by: Artur Troian <troian.ap@gmail.com> * docs: fix link to cgo-cross-compiling Signed-off-by: Artur Troian <troian.ap@gmail.com>
418 B
418 B
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 image with bunch of ready to use cross-compilers as well as how-to make sysroot. All that wrapped into example