Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from SlalomBuild/fix/homebrew
Browse files Browse the repository at this point in the history
fix: update homebrew release configuration
  • Loading branch information
brittonhayes authored Aug 19, 2022
2 parents 0ce214b + 2cef592 commit cd40c97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Empty file added .github/homebrew/.gitkeep
Empty file.
Empty file added .github/scoops/.gitkeep
Empty file.
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ builds:
- darwin
brews:
- name: fusion
ids:
- fusion
homepage: "https://github.com/SlalomBuild/fusion"
description: "Generate secure by default cloud infrastructure configuration with Go and Terraform."
license: "MIT"
Expand All @@ -33,22 +31,6 @@ brews:
name: goreleaserbot
email: bot@goreleaser.com

- name: fusionctl
ids:
- fusionctl
homepage: "https://github.com/SlalomBuild/fusionctl"
description: "Development CLI for fusion"
license: "MIT"
goarm: "6"
folder: .github/homebrew
tap:
owner: SlalomBuild
name: fusionctl
url_template: "https://github.com/SlalomBuild/fusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: bot@goreleaser.com

scoop:
url_template: "https://github.com/SlalomBuild/fusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
Expand Down

0 comments on commit cd40c97

Please sign in to comment.