Skip to content

Commit

Permalink
Fix fix-goreleaser-config (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jun 5, 2024
1 parent f350756 commit baead23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ builds:
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
binary: '{{ .ProjectName }}'

archives:
- format: {{ .Env.ARCHIVES_FORMAT }}
Expand Down

0 comments on commit baead23

Please sign in to comment.