Skip to content

Commit

Permalink
[goreleaser] Only build amd64 architecture for m3query releases (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored Mar 10, 2020
1 parent 527d5f5 commit fa5c657
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 @@ -55,6 +55,8 @@ builds:
- darwin
# Issue #692 tracks Windows support.
# - windows
goarch:
- amd64
- id: m3aggregator
main: ./src/cmd/services/m3aggregator/main/main.go
binary: m3aggregator
Expand Down

0 comments on commit fa5c657

Please sign in to comment.