Skip to content

Commit 2764f00

Browse files
committed
added homebrew
1 parent 6aa0d77 commit 2764f00

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.goreleaser.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,35 @@ before:
1111
- go mod tidy
1212
# you may remove this if you don't need go generate
1313
- go generate ./...
14+
1415
builds:
1516
- env:
1617
- CGO_ENABLED=0
1718
binary: dns-check
1819
goos:
1920
- linux
21+
- windows
22+
- darwin
2023
goarch:
2124
- amd64
22-
archives:
23-
- replacements:
24-
linux: linux
25+
- arm64
26+
goamd64:
27+
- v1
28+
- v2
29+
- v3
30+
brews:
31+
- goarm: 7
32+
goamd64: v2
33+
tap:
34+
owner: chandanpasunoori
35+
name: homebrew-tap
36+
branch: main
37+
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
38+
commit_author:
39+
name: Chandan Pasunoori
40+
email: chandanpasunoori@gmail.com
41+
homepage: https://github.com/chandanpasunoori/dns-check
42+
description: Syncs dns records from active instances to dns zone
2543
checksum:
2644
name_template: "checksums.txt"
2745
snapshot:

0 commit comments

Comments
 (0)