Skip to content

Commit

Permalink
add ARM support (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored May 20, 2020
1 parent 54d796b commit f4fc7c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ changelog:
exclude:
- '^docs:'
- '^test:'
builds:
- id: watcher
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm
- arm64
- 386
goarm:
- 6
- 7
brews:
- name: polaris
github:
Expand Down

0 comments on commit f4fc7c1

Please sign in to comment.