-
I want to cross compile for MacOS, but I am running into this issue: Here's my source: https://github.com/kaihendry/yyyymmdd/ Any ideas how to get around this? Perhaps a CI (GH Action) solution? |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Jan 5, 2021
Replies: 1 comment 1 reply
-
There is a cookbook linked in the docs for building with CGO. https://goreleaser.com/cookbooks/cgo-and-crosscompiling/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a cookbook linked in the docs for building with CGO. https://goreleaser.com/cookbooks/cgo-and-crosscompiling/