mirror of
https://github.com/docker/golang-cross
synced 2026-04-05 19:33:13 +00:00
No description
- Dockerfile 100%
|
|
||
|---|---|---|
| Dockerfile | ||
| README.md | ||
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.