mirror of
https://github.com/docker/golang-cross
synced 2026-07-22 19:53:42 +00:00
No description
- Dockerfile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| 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.