From 3408eef64bee1e865d7fdc25e6310f70fd3e9fd0 Mon Sep 17 00:00:00 2001 From: golangci Date: Tue, 29 May 2018 12:01:31 +0300 Subject: [PATCH] release i386 binaries --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index eec557b0..cb1e64ac 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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/