We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b91c2 commit e876d17Copy full SHA for e876d17
goreleaser.yml
@@ -17,6 +17,8 @@ builds:
17
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
18
goos:
19
- freebsd
20
+ - openbsd
21
+ - solaris
22
- windows
23
- linux
24
- darwin
@@ -29,9 +31,21 @@ builds:
29
31
- goarch: '386'
30
32
goos: darwin
33
- goarch: arm
- goos: windows
34
+ goos: darwim
35
- goarch: arm64
36
goos: freebsd
37
+ - goarch: arm
38
+ goos: openbsd
39
+ - goarch: arm64
40
41
+ - goarch: '386'
42
+ goos: solaris
43
44
45
46
47
48
+ goos: windows
49
50
goos: windows
51
binary: '{{ .ProjectName }}_v{{ .Version }}'
0 commit comments