Skip to content

Commit

Permalink
add support for arm and arm64 (rasp pi)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmainguy committed Nov 11, 2019
1 parent d97d6ca commit e2d62c6
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 @@ -15,6 +15,8 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down

0 comments on commit e2d62c6

Please sign in to comment.