2021-10-30 09:50:23 -03:00
|
|
|
# CGO
|
2018-09-10 19:29:11 -03:00
|
|
|
|
2022-11-24 18:17:46 -03:00
|
|
|
Compiling with CGO is a bit trickier.
|
|
|
|
It won't work "out of the box" with or without GoReleaser: you have to set more
|
|
|
|
things up.
|
2018-09-10 19:29:11 -03:00
|
|
|
|
2022-11-24 18:17:46 -03:00
|
|
|
[This cookbook](/cookbooks/cgo-and-crosscompiling/) contains more information.
|
2021-02-12 09:14:45 -03:00
|
|
|
|
2022-11-24 18:17:46 -03:00
|
|
|
Tools like `xgo` are not natively supported, and we make no promises about
|
2022-12-19 23:51:17 -03:00
|
|
|
whether or how well they work within GoReleaser or not.
|
2018-09-10 19:29:11 -03:00
|
|
|
|