Skip to content

Commit

Permalink
release i386 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
golangcidev committed May 29, 2018
1 parent 0e42821 commit 3408eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ release:

builds:
- binary: golangci-lint
goos: &goos
goos:
- darwin
- windows
- linux
goarch: &goarch
goarch:
- amd64
- i386
- 386
env:
- CGO_ENABLED=0
main: ./cmd/golangci-lint/
Expand Down

0 comments on commit 3408eef

Please sign in to comment.