Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 577 Bytes

xgo2 - Go CGO cross compiler

fork from:

https:/gythialy/xgo

which fork from:

https:/karalabe/xgo

using Docker Hub to hold the images

enhanced

--goproxy

enable GOPROXY environment variable when compiling

--envlist

Send more environment variables when compiling.

An example is to set the GOPRIVATE when a go mod project references some private modules (and in this case the GOPROXY should be a custom one).

xgo2 --envlist="GOPRIVATE=private.git.repo.com"

install

go get -u github.com/youchainhq/xgo2