-
Hello Gophers! I have a project over at https://github.com/jointwt/twtxt and since we made a decision to embed the use of a C library that uses Swig bindings for internal ffmpeg and webm support, we are unable to use the GoReleaser tool and config we have setup to push our new releases. I haven't yet figured out a way to push forward, but my question is quite simple; Is there a way I can externalise the builds rather than relying on the cross-compilation tooling included in The main problems I've run into are to do with the fact it is hard to cross-compile Swig/C bindings from my build machine -- mac OS. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
For some context on this I filed this issue that has examples of the problems I've run in to... |
Beta Was this translation helpful? Give feedback.
-
We have a guide for cross-compiling with CGO on our website, although its provided by a third party: https://goreleaser.com/cookbooks/cgo-and-crosscompiling/ |
Beta Was this translation helpful? Give feedback.
We have a guide for cross-compiling with CGO on our website, although its provided by a third party: https://goreleaser.com/cookbooks/cgo-and-crosscompiling/