1
0
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:
Carlos Alexandro Becker 2021-02-12 09:14:45 -03:00 committed by GitHub
parent 4896e65b93
commit f6f448d84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
title: Tutorials and posts
title: Blog Posts
---
Tutorials made by the community.

View File

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

View File

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