Skip to content

Commit

Permalink
386 build removed (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler authored Mar 28, 2023
1 parent 9d3e40f commit babaaad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ builds:
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'

archives:
Expand Down
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ builds:
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
flags:
- -trimpath
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'

archives:
Expand Down

0 comments on commit babaaad

Please sign in to comment.