Skip to content

Commit f2677b4

Browse files
committed
build OS packages
1 parent 8dec5b5 commit f2677b4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ builds:
2525
ldflags:
2626
- -s -w -X main.version={{.Version}}
2727

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+
2842
archives:
2943
- # This single archive definition handles all OSes.
3044
# The default format is 'tar.gz', which is used for linux and darwin.

0 commit comments

Comments
 (0)