1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

12 lines
352 B
Markdown
Raw Normal View History

2021-10-30 09:50:23 -03:00
# CGO
If you need to cross-compile with CGO enabled, our Docker image is not
2022-08-28 16:15:24 -03:00
supported, and your configuration will not look that "clean", unfortunately.
You can check [this cookbook](/cookbooks/cgo-and-crosscompiling/) for an
example.
You can also see the discussion about CGO in
[this issue](https://github.com/goreleaser/goreleaser/issues/708).