Skip to content

Commit

Permalink
fix: skip 386
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Dec 13, 2024
1 parent 2af7318 commit 3316fc5
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ builds:
- amd64
- arm64
- arm
- "386"
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
archives:
- replacements:
darwin: MacOs
Expand All @@ -29,13 +28,13 @@ archives:
amd64: x86_64
"386": x86
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- 'version'
- "^docs:"
- "^test:"
- "version"

0 comments on commit 3316fc5

Please sign in to comment.