Skip to content

Commit

Permalink
added homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnviz committed Dec 27, 2022
1 parent 6aa0d77 commit 2764f00
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,35 @@ before:
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
binary: dns-check
goos:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
linux: linux
- arm64
goamd64:
- v1
- v2
- v3
brews:
- goarm: 7
goamd64: v2
tap:
owner: chandanpasunoori
name: homebrew-tap
branch: main
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
commit_author:
name: Chandan Pasunoori
email: [email protected]
homepage: https://github.com/chandanpasunoori/dns-check
description: Syncs dns records from active instances to dns zone
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 2764f00

Please sign in to comment.