File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,29 @@ builds:
10
10
- linux
11
11
- windows
12
12
- darwin
13
+ goarch :
14
+ - amd64
15
+ - arm64
13
16
main : ./cmd/src-fingerprint
14
17
# Default build flags is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser`.
15
18
19
+ nfpms :
20
+ - formats :
21
+ - deb
22
+ - rpm
23
+ dependencies :
24
+ - git
25
+ bindir : /usr/bin
26
+ vendor : GitGuardian
27
+ maintainer :
GitGuardian <[email protected] >
28
+ replacements :
29
+ linux : Linux
30
+
16
31
archives :
17
32
- replacements :
18
33
darwin : Darwin
19
34
linux : Linux
20
35
windows : Windows
21
- 386 : i386
22
- amd64 : x86_64
23
36
checksum :
24
37
name_template : " checksums.txt"
25
38
snapshot :
@@ -32,8 +45,7 @@ changelog:
32
45
- " ^test:"
33
46
34
47
brews :
35
- -
36
- name : src-fingerprint
48
+ - name : src-fingerprint
37
49
tap :
38
50
owner : gitguardian
39
51
name : homebrew-tap
You can’t perform that action at this time.
0 commit comments