mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
580022b1b6
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
12 lines
349 B
Markdown
12 lines
349 B
Markdown
# CGO
|
|
|
|
Compiling with CGO is a bit trickier.
|
|
It won't work "out of the box" with or without GoReleaser: you have to set more
|
|
things up.
|
|
|
|
[This cookbook](/cookbooks/cgo-and-crosscompiling/) contains more information.
|
|
|
|
Tools like `xgo` are not natively supported, and we make no promises about
|
|
whether or how well they work within GoReleaser or not.
|
|
|