Skip to content
/ mp-bin Public

Example on how to build a binary for multiple platforms using Go

Notifications You must be signed in to change notification settings

idodod/mp-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp-bin

Example on how to build a binary for multiple platforms using Go

Build a binary compatible with the caller's local machine:

earthly github.com/idodod/mp-bin+build-a-binary --VERSION=v1.2.3

Run the binary:

./binaries/mp-bin-v1.2.3

Build a binary compatible with several platforms:

earthly github.com/idodod/mp-bin+release --VERSION=v1.2.3

About

Example on how to build a binary for multiple platforms using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published