An open API service indexing awesome lists of open source software.

https://github.com/docker/golang-cross


https://github.com/docker/golang-cross

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Golang Cross Compile Docker Image

This repo contains a Dockerfile for building an image which is used to cross
compile golang. It includes the MinGW compiler for windows, and an OSX SDK.

This image is available from https://hub.docker.com/r/dockercore/golang-cross
and is used to build https://github.com/docker/cli.