https://github.com/docker/golang-cross
https://github.com/docker/golang-cross
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docker/golang-cross
- Owner: docker
- Created: 2017-07-05T18:38:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T14:35:43.000Z (about 5 years ago)
- Last Synced: 2025-01-30T01:12:38.136Z (12 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/dockercore/golang-cross
- Size: 125 KB
- Stars: 97
- Watchers: 16
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.