Skip to content

Commit

Permalink
Provide pre-built binary for ARM arch (#607)
Browse files Browse the repository at this point in the history
Fix #491
  • Loading branch information
techknowlogick authored and jirfag committed Sep 9, 2019
1 parent bb82273 commit eabe43a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Expand Up @@ -14,7 +14,12 @@ builds:
- linux
goarch:
- amd64
- arm64
- arm
- 386
goarm:
- 6
- 7
env:
- CGO_ENABLED=0
main: ./cmd/golangci-lint/
Expand Down

0 comments on commit eabe43a

Please sign in to comment.