Skip to content

Commit 147bedd

Browse files
authored
Merge pull request #33 from shirou/feature/update_install_method
add goreleaser
2 parents 4e547d4 + 1ec033e commit 147bedd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.goreleaser.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
before:
2+
hooks:
3+
- go mod tidy
4+
builds:
5+
- env:
6+
- CGO_ENABLED=0
7+
goos:
8+
- linux
9+
- windows
10+
- darwin
11+
goarch:
12+
- 386
13+
- amd64
14+
- arm64
15+
ignore:
16+
- goos: darwin
17+
goarch: 386
18+
- goos: windows
19+
goarch: arm64
20+
archives:
21+
- files:
22+
- mqttcli_*
23+
changelog:
24+
sort: asc
25+
filters:
26+
exclude:
27+
- '^docs:'
28+
- '^test:'

0 commit comments

Comments
 (0)