We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dec5b5 commit f2677b4Copy full SHA for f2677b4
1 file changed
.goreleaser.yml
@@ -25,6 +25,20 @@ builds:
25
ldflags:
26
- -s -w -X main.version={{.Version}}
27
28
+nfpms:
29
+ - id: certgraph
30
+ # Package info
31
+ maintainer: lanrat
32
+ homepage: https://github.com/lanrat/certgraph
33
+ description: |-
34
+ An open source intelligence tool to crawl the graph of certificate Alternate Names
35
+ # Supported formats
36
+ formats:
37
+ - deb
38
+ - rpm
39
+ - apk
40
+ - archlinux
41
+
42
archives:
43
- # This single archive definition handles all OSes.
44
# The default format is 'tar.gz', which is used for linux and darwin.
0 commit comments