Skip to content

ladydascalie/builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

builder : A very naive multi-platform go build

Overview GoDoc Go Report Card

Builder will run go build for macOS, Linux and Windows, for adm64 and 386 architectures. Once it is done running it will restore your GOARCH and GOOS environment variables to their values before builder ran.

Usages:

# Just run it naked to cross-compile for macOS, Linux and Windows:
builder

# Or pick a system to build for:
builder -for linux

Install

go get github.com/ladydascalie/builder

License

MIT.

About

A stupid simple Go build tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages