Skip to content

Commit

Permalink
remove arm
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Mar 20, 2024
1 parent 39ccc86 commit 809415f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ builds:
- darwin
goarch:
- amd64
- arm
- arm64
- '386'
goarm:
- '6'
- '7'
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: 'arm'
- goos: windows
goarch: 'arm64'
checksum:
name_template: 'checksums.txt'
archives:
Expand Down

0 comments on commit 809415f

Please sign in to comment.