diff --git a/completions/bash/brew b/completions/bash/brew index 02345f433a..c08a2f4f01 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -708,6 +708,7 @@ _brew_dispatch_build_bottle() { --debug --help --issue + --linux --macos --quiet --tap diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 18fca766f4..cc0f5e7fae 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -574,6 +574,7 @@ __fish_brew_complete_cmd 'dispatch-build-bottle' 'Build bottles for these formul __fish_brew_complete_arg 'dispatch-build-bottle' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'dispatch-build-bottle' -l help -d 'Show this message' __fish_brew_complete_arg 'dispatch-build-bottle' -l issue -d 'If specified, post a comment to this issue number if the job fails' +__fish_brew_complete_arg 'dispatch-build-bottle' -l linux -d 'Dispatch bottle for Linux (using GitHub runners)' __fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version of macOS the bottle should be built for' __fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'dispatch-build-bottle' -l tap -d 'Target tap repository (default: `homebrew/core`)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f4bfe2c4a5..5ee2b0529b 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -678,7 +678,8 @@ _brew_dispatch_build_bottle() { '--debug[Display any debugging information]' \ '--help[Show this message]' \ '--issue[If specified, post a comment to this issue number if the job fails]' \ - '--macos[Version of macOS the bottle should be built for]' \ + '(--macos)--linux[Dispatch bottle for Linux (using GitHub runners)]' \ + '(--linux)--macos[Version of macOS the bottle should be built for]' \ '--quiet[Make some output more quiet]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \ '--upload[Upload built bottles to Bintray]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 83143520d9..4f0bea4342 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1017,6 +1017,8 @@ Build bottles for these formulae with GitHub Actions. Dispatch specified workflow (default: `dispatch-build-bottle.yml`). * `--upload`: Upload built bottles to Bintray. +* `--linux`: + Dispatch bottle for Linux (using GitHub runners). ### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...] diff --git a/manpages/brew.1 b/manpages/brew.1 index d20ce1d432..d573d24fde 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1426,6 +1426,10 @@ Dispatch specified workflow (default: \fBdispatch\-build\-bottle\.yml\fR)\. \fB\-\-upload\fR Upload built bottles to Bintray\. . +.TP +\fB\-\-linux\fR +Dispatch bottle for Linux (using GitHub runners)\. +. .SS "\fBedit\fR [\fI\-\-formula\fR] [\fI\-\-cask\fR] [\fIformula\fR|\fIcask\fR \.\.\.]" Open a \fIformula\fR or \fIcask\fR in the editor set by \fBEDITOR\fR or \fBHOMEBREW_EDITOR\fR, or open the Homebrew repository for editing if no formula is provided\. .