silver icon indicating copy to clipboard operation
silver copied to clipboard

Add ability to pass GOOS and GOARCH as build parameters

Open nimeshnsat opened this issue 4 years ago • 0 comments

Enable make.go to accept GOOS and GOARCH as external parameters so that silver binaries for different platforms can be built from a single checkout. This PR doesn't break the existing parameter interface (where it accept a single non flagged optional parameter call 'action')

ex: go run make.go --goos=darwin --goarch=amd64 all

nimeshnsat avatar Nov 29 '21 16:11 nimeshnsat