Skip to content

Commit e876d17

Browse files
authored
Update goreleaser.yml
add openbsd和solaris的支持
1 parent d6b91c2 commit e876d17

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

goreleaser.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ builds:
1717
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1818
goos:
1919
- freebsd
20+
- openbsd
21+
- solaris
2022
- windows
2123
- linux
2224
- darwin
@@ -29,9 +31,21 @@ builds:
2931
- goarch: '386'
3032
goos: darwin
3133
- goarch: arm
32-
goos: windows
34+
goos: darwim
3335
- goarch: arm64
3436
goos: freebsd
37+
- goarch: arm
38+
goos: openbsd
39+
- goarch: arm64
40+
goos: openbsd
41+
- goarch: '386'
42+
goos: solaris
43+
- goarch: arm
44+
goos: solaris
45+
- goarch: arm64
46+
goos: solaris
47+
- goarch: arm
48+
goos: windows
3549
- goarch: arm64
3650
goos: windows
3751
binary: '{{ .ProjectName }}_v{{ .Version }}'

0 commit comments

Comments
 (0)