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 5bf34dc commit b13f055Copy full SHA for b13f055
.goreleaser.yaml
@@ -10,6 +10,10 @@ builds:
10
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.commitDate={{.CommitTimestamp}}"
11
goos:
12
- freebsd
13
+ - openbsd
14
+ # netbsd and dragonfly do not currently build due to wireguard-go.
15
+ # - netbsd
16
+ # - dragonfly
17
- windows
18
- linux
19
- darwin
@@ -41,10 +45,13 @@ nfpms:
41
45
- apk
42
46
- deb
43
47
archives:
44
- - id: "zip"
- format: zip
- - id: "tarball"
48
+ - id: "tar_or_zip"
49
format: tar.gz
50
+ format_overrides:
51
+ - goos: windows
52
+ format: zip
53
+ - goos: darwin
54
55
checksum:
56
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
57
algorithm: sha256
0 commit comments