Skip to content

Commit

Permalink
💚 Fix darwin build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Aug 22, 2021
1 parent 15ad031 commit 6832447
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ builds:
- 6
- 7
ignore:
- goos: windows
goarch: 386
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
- goos: darwin
goarch: 386
- goos: windows
goarch: 386
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm64
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
archives:
Expand Down

0 comments on commit 6832447

Please sign in to comment.