Skip to content

Commit 47286c1

Browse files
committed
Add ARM builds
1 parent 64502a3 commit 47286c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ builds:
88
- CGO_ENABLED=0
99
goarch:
1010
- amd64
11+
- arm64
1112
goos:
1213
- linux
1314
- windows
@@ -30,6 +31,7 @@ archives:
3031
{{- if eq .Os "windows" }}Windows{{ end }}
3132
{{- if eq .Os "darwin" }}Darwin{{ end }}
3233
{{- if eq .Arch "amd64" }}_x86_64{{ end }}
34+
{{- if eq .Arch "arm64" }}_arm64{{ end }}
3335
checksum:
3436
name_template: 'checksums.txt'
3537
snapshot:

0 commit comments

Comments
 (0)