1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/docs/limitations/cgo.md
Carlos A Becker 40b38fbdc9
docs: sync docs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-06-21 02:20:34 +00:00

357 B

title
CGO

If you need to cross-compile with CGO enabled, our Docker image is not supported and your config will not look that "clean", unfortunately.

You can check this cookbook for an example.

You can also see the discussion about CGO in this issue.