1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00
Carlos Alexandro Becker f6f448d84e
docs: clarify cgo a bit (#2056)
* docs: clarify cgo a bit

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: typos

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-12 09:14:45 -03:00

14 lines
356 B
Markdown

---
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](/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).