xgo icon indicating copy to clipboard operation
xgo copied to clipboard

Go CGO cross compiler

Results 15 xgo issues
Sort by recently updated
recently updated
newest added

Start build with xgo .... Stop running command after a few secounds with ctrl + c Docker Container is still building in background.

If I clone a repository locally and run xgo on it, it generates a binary as expected: ``` git clone [email protected]:wealdtech/ethdo cd ethdo xgo --targets="windows/amd64" . ``` However if I...

Hi, thanks for your great work. I'm trying to cross-compile blockchain repositories to Android libraries. Most of them are written in Go with C/C++ dependencies. I checked out the Dockerfile...

:pray: help wanted

I want to compile a go project for iOS arm64 architecture. Original xgo has got support for iOS but the latest go version on it is too old. Do you...

:pray: help wanted

Hi, I enjoy using xgo to build my MIDI application :) I would like to add support for more Linux architectures. Can we please publish xgo images for more architectures?...

:sparkles: enhancement
:pray: help wanted

Hi and thx for the great tool! Currently the go application contains only `main` package that directly reads command line args and outputs to stdout. If one wants to re-use...

:sparkles: enhancement

Docker Scout reports one hundred and eleven CVE's for the xgo Docker image. That's the bad news. The good news is that the majority of these vulnerabilities appear to spring...

I compile a go application which uses sqlite and treesitter native libraries. It all works fine on other platforms but the arm64 binaries for the new Macs gets immediately killed....

If GOPATH contains multiple colon-separated paths, xgo fails because the bind mount is invalid. For example, the default GOPATH in CircleCI's ubuntu-2204:2023.07.2 machine image is `/home/circleci/.go_workspace:/usr/local/go_workspace`. xgo generates a parameter...