Skip to content

Commit

Permalink
macos -> darwin in .goreleaser.yml (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 31, 2023
1 parent 640dbdc commit 80bb82d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
goos:
- linux
- windows
- macos
- darwin
- freebsd
- aix
goarch:
Expand All @@ -38,11 +38,11 @@ builds:
ignore:
- goos: linux
goarch: ppc64
- goos: macos
- goos: darwin
goarch: arm
- goos: macos
- goos: darwin
goarch: ppc64le
- goos: macos
- goos: darwin
goarch: s390x
- goos: windows
goarch: arm64
Expand Down

0 comments on commit 80bb82d

Please sign in to comment.