We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cac649 commit 62227eaCopy full SHA for 62227ea
.goreleaser.yml
@@ -15,6 +15,7 @@ builds:
15
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
16
binary: ssh-auditor
17
archive:
18
+ wrap_in_directory: true
19
format: tar.gz
20
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
21
.Arm }}{{ end }}'
0 commit comments