Skip to content

Commit c096d8b

Browse files
committed
Add 'build' section to goreleaser
1 parent ac4886c commit c096d8b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ before:
77
hooks:
88
- go mod tidy
99

10+
builds:
11+
- env:
12+
- CGO_ENABLED=0
13+
goos:
14+
- linux
15+
- windows
16+
- darwin
17+
goarch:
18+
- amd64
19+
- arm64
20+
main: .
21+
1022
checksum:
1123
name_template: 'checksums.txt'
1224

0 commit comments

Comments
 (0)