mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +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.
|
Tutorials made by the community.
|
@ -2,10 +2,12 @@
|
|||||||
title: CGO
|
title: CGO
|
||||||
---
|
---
|
||||||
|
|
||||||
Unfortunately, GoReleaser does not support CGO.
|
If you need to cross-compile with CGO enabled, our Docker image is not
|
||||||
Fortunately, there are ways to make it working.
|
supported and your config will not look that "clean", unfortunately.
|
||||||
[Checkout one of them](/cookbooks/cgo-and-crosscompiling)
|
|
||||||
|
|
||||||
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).
|
[this issue](https://github.com/goreleaser/goreleaser/issues/708).
|
||||||
|
|
||||||
|
@ -86,6 +86,7 @@ nav:
|
|||||||
- contributing.md
|
- contributing.md
|
||||||
- Cookbooks:
|
- Cookbooks:
|
||||||
- About: cookbooks/index.md
|
- About: cookbooks/index.md
|
||||||
|
- Blog Posts: cookbooks/blog-posts.md
|
||||||
- cookbooks/semantic-release.md
|
- cookbooks/semantic-release.md
|
||||||
- cookbooks/release-a-library.md
|
- cookbooks/release-a-library.md
|
||||||
- cookbooks/publish-to-nexus.md
|
- cookbooks/publish-to-nexus.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user