Skip to content

Commit

Permalink
DEV: add support for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinte committed Jun 6, 2023
1 parent 385b939 commit 2e9f860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ builds:
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: darwin
goarch: '386'
- goos: linux
goarch: 'arm64'
binary: '{{ .ProjectName }}_v{{ .Version }}'
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 2e9f860

Please sign in to comment.