Skip to content

Commit 80bb82d

Browse files
authored
macos -> darwin in .goreleaser.yml (#1377)
1 parent 640dbdc commit 80bb82d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020
goos:
2121
- linux
2222
- windows
23-
- macos
23+
- darwin
2424
- freebsd
2525
- aix
2626
goarch:
@@ -38,11 +38,11 @@ builds:
3838
ignore:
3939
- goos: linux
4040
goarch: ppc64
41-
- goos: macos
41+
- goos: darwin
4242
goarch: arm
43-
- goos: macos
43+
- goos: darwin
4444
goarch: ppc64le
45-
- goos: macos
45+
- goos: darwin
4646
goarch: s390x
4747
- goos: windows
4848
goarch: arm64

0 commit comments

Comments
 (0)