Skip to content

Commit 09370a9

Browse files
authored
add support for Darwin (#22)
1 parent 684a542 commit 09370a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ builds:
77
- CGO_ENABLED=0
88
goos:
99
- linux
10+
- darwin
1011
goarch:
1112
- amd64
1213
archive:
1314
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
1415
replacements:
1516
linux: Linux
17+
darwin: Darwin
1618
amd64: x86_64
1719
checksum:
1820
name_template: '{{ .ProjectName }}_checksums.txt'

0 commit comments

Comments
 (0)