Skip to content

Commit

Permalink
Merge pull request #78 from palkx/patch-1
Browse files Browse the repository at this point in the history
feat: add artifacts for the *_386 platforms
  • Loading branch information
loafoe committed Apr 30, 2024
2 parents 94340e9 + 4ee3152 commit d1f8f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ builds:
- darwin
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit d1f8f42

Please sign in to comment.