Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build args. Defaults to Linux/x64 so no change to existing image, but can build for other platforms - e.g. ``` docker build --build-arg GOOS=windows -t distribution-builder:windows . ``` Signed-off-by: Elton Stoneman <[email protected]>
- Loading branch information