Skip to content

Commit

Permalink
brew_release.dsl: add sonoma
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Sep 20, 2024
1 parent e9c7937 commit 75145ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/brew_release.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import javaposse.jobdsl.dsl.Job
Globals.default_emails = "[email protected], [email protected]"

// first distro in list is used as touchstone
brew_supported_distros = [ "ventura" ]
brew_supported_distros = [ "ventura", "sonoma" ]
bottle_hash_updater_job_name = 'generic-release-homebrew_pr_bottle_hash_updater'
bottle_builder_job_name = 'generic-release-homebrew_triggered_bottle_builder'
directory_for_bottles = 'pkgs'
Expand Down

0 comments on commit 75145ef

Please sign in to comment.