1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00
Carlos Alexandro Becker 700ff34236
docs: improving docs (#4956)
slowly but steadily fixing a billion warnings
2024-07-08 23:30:10 -03:00

12 lines
352 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.md) 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.