mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
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>
This commit is contained in:
parent
4896e65b93
commit
f6f448d84e
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Tutorials and posts
|
||||
title: Blog Posts
|
||||
---
|
||||
|
||||
Tutorials made by the community.
|
@ -2,10 +2,12 @@
|
||||
title: CGO
|
||||
---
|
||||
|
||||
Unfortunately, GoReleaser does not support CGO.
|
||||
Fortunately, there are ways to make it working.
|
||||
[Checkout one of them](/cookbooks/cgo-and-crosscompiling)
|
||||
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 see the discussion about CGO in
|
||||
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).
|
||||
|
||||
|
@ -86,6 +86,7 @@ nav:
|
||||
- contributing.md
|
||||
- Cookbooks:
|
||||
- About: cookbooks/index.md
|
||||
- Blog Posts: cookbooks/blog-posts.md
|
||||
- cookbooks/semantic-release.md
|
||||
- cookbooks/release-a-library.md
|
||||
- cookbooks/publish-to-nexus.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user