All Projects → mailchain → goreleaser-xcgo

mailchain / goreleaser-xcgo

Licence: MIT License
Docker container to do cross compilation for mailchain

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to goreleaser-xcgo

goreleaser-xx
Cross compilation helper for GoReleaser
Stars: ✭ 34 (+0%)
Mutual labels:  goreleaser

goreleaser-xcgo

Software License Travis

Docker container to do cross compilation (linux, windows, OSX) of go packages including support for cgo. Created for Mailchain can be used with any go project.

Docker

Find it on docker hub https://hub.docker.com/r/mailchain/goreleaser-xcgo or run

docker run --rm --privileged \
  -v $PWD:/go/src/github.com/mailchain/mailchain \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -w /go/src/github.com/mailchain/mailchain \
  mailchain/goreleaser-xcgo --snapshot --rm-dist

Travis

To see an example of it running in travis check out https://github.com/mailchain/mailchain/blob/master/.travis.yml

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].