Skip to content

Commit

Permalink
added config for arm64 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-mameli committed Nov 8, 2024
1 parent 49e07cf commit 8fe46b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- linux
- windows
Expand All @@ -30,6 +31,7 @@ archives:
{{- if eq .Os "windows" }}Windows{{ end }}
{{- if eq .Os "darwin" }}Darwin{{ end }}
{{- if eq .Arch "amd64" }}_x86_64{{ end }}
{{- if eq .Arch "arm64" }}_arm64{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 8fe46b7

Please sign in to comment.