File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff 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+
1415builds :
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
2543checksum :
2644 name_template : " checksums.txt"
2745snapshot :
You can’t perform that action at this time.
0 commit comments