Skip to content

Commit

Permalink
add matrix exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Aug 8, 2022
1 parent 6635ae4 commit fbbdc52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: windows
goarch: 'arm'
- goos: windows
goarch: 'arm64'
binary: '{{ .ProjectName }}'
archives:
- name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}'
Expand Down

0 comments on commit fbbdc52

Please sign in to comment.