Skip to content

Commit

Permalink
feat: add homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnorris committed May 18, 2021
1 parent e8524c6 commit bd87dac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
project_name: terraform-demux
builds:
- main: ./cmd/terraform-demux
env:
Expand All @@ -9,3 +8,12 @@ builds:
- darwin
goarch:
- amd64

brews:
- tap:
owner: etsy
name: terraform-demux
folder: Formula
homepage: https://github.com/etsy/terraform-demux
description: A user-friendly launcher (à la Bazelisk) for Terraform.
license: "Apache-2.0"

0 comments on commit bd87dac

Please sign in to comment.