Skip to content

Cross compile a .go file to a compiled Windows, Linux, and Darwin (Mac OS) executibles from your Mac or Linux computer automagically with docker.

Notifications You must be signed in to change notification settings

bignay2000/buildgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

buildgo

Cross compile a .go file to a compiled Windows, Linux, and Darwin (Mac OS) executibles from your Mac or Linux computer automagically with the official golang docker container from hub.docker.com.

Requires Linux or Mac with Docker installed

A internet connection to download golang image from hub.docker.com

Example: "buildgo helloworld.go" will create 3 executibles:

helloworldlinuxamd64

helloworlddarwinamd64

helloworldwindowsamd64.exe

About

Cross compile a .go file to a compiled Windows, Linux, and Darwin (Mac OS) executibles from your Mac or Linux computer automagically with docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages