Skip to content

Debian based docker to build/compile go golang binaries supports cross compiling.

License

Notifications You must be signed in to change notification settings

egidijus/go-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

Docker thing to build go things, this should produce binaries in ./gowork/output_binaries/

How

Add your go package repos from github/gitlab

vim gowork/input_repos

like this:

github.com/tianon/gosu
github.com/wrouesnel/p2cli

Build

run make it will pull and build and ouput everything in ./gowork/

Features

  • makefiles
  • cross compiling where possible to darwin linux and windows
  • only need docker to build golang binaries (and you can update the Dockerfile for more dependencies if needed)

About

Debian based docker to build/compile go golang binaries supports cross compiling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published