Skip to content

Commit

Permalink
Merge pull request #332 from Sreeratm/ARM_64_Feature
Browse files Browse the repository at this point in the history
[FeatureRequest: Issue #329] Adding ARM64 Support
  • Loading branch information
dikhan authored Apr 10, 2022
2 parents 0b9b746 + c199384 commit 87f0897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ builds:
- windows
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
flags:
Expand All @@ -32,4 +33,4 @@ archives:
- LICENSE

checksum:
name_template: "{{ .ProjectName }}_{{.Version}}_checksums.txt"
name_template: "{{ .ProjectName }}_{{.Version}}_checksums.txt"

0 comments on commit 87f0897

Please sign in to comment.