No description
  • Dockerfile 100%
Find a file
2020-08-10 15:18:19 +02:00
Dockerfile Bump Golang 1.13.15 2020-08-08 15:00:22 +02:00
README.md Add README 2017-07-05 14:53:28 -04:00

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.