1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/www/docs/limitations/cgo.md
Carlos A Becker 580022b1b6
docs: typo fix
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-19 23:51:17 -03:00

349 B

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 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.