Skip to content

Commit

Permalink
Adding arm64 into goreleaser.yaml
Browse files Browse the repository at this point in the history
Hopefully fix for
#20 but I
have no idea how to test it.
  • Loading branch information
LesTR committed Jun 2, 2023
1 parent b631ff3 commit e46ec40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:

goarch:
- amd64
- arm64

archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
Expand Down

0 comments on commit e46ec40

Please sign in to comment.