Skip to content

Commit 4d60651

Browse files
authored
Fix homebrew stage for goreleaser. (#222)
With the addition of benchtool, the release process is broken: homebrew tap formula release failed after 113.62s error=one tap can handle only archive of an OS/Arch combination. Consider using ids in the brew section This is because the tap stage expects to only find archives for cortextool, but now also finds them for benchtool. The fix is to limit the archives inspected by the homebrew step to those actually required for the step.
1 parent 799818c commit 4d60651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ dockers:
138138
- "--label=homepage=https://grafana.com"
139139
brews:
140140
-
141+
ids:
142+
- needed-for-homebrew
141143
tap:
142144
owner: grafana
143145
name: homebrew-grafana

0 commit comments

Comments
 (0)