Skip to content

Commit 2e9f860

Browse files
committed
DEV: add support for arm64
1 parent 385b939 commit 2e9f860

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ builds:
2020
- darwin
2121
goarch:
2222
- amd64
23+
- arm64
2324
ignore:
2425
- goos: darwin
2526
goarch: '386'
27+
- goos: linux
28+
goarch: 'arm64'
2629
binary: '{{ .ProjectName }}_v{{ .Version }}'
2730
checksum:
2831
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)