Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Add a flag to build for all supported platforms #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dgsb
Copy link

@dgsb dgsb commented May 1, 2019

No description provided.

main.go Outdated
@@ -35,6 +35,7 @@ func realMain() int {
flags.Var(platformFlag.ArchFlagValue(), "arch", "arch to build for or skip")
flags.Var(platformFlag.OSArchFlagValue(), "osarch", "os/arch pairs to build for or skip")
flags.Var(platformFlag.OSFlagValue(), "os", "os to build for or skip")
flags.BoolVar(&platformFlag.All, "all", false, "build for all known os/arch combination")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

combination -> combinations

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants