1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

Fixed wrong goreleaser.yml

It was skipping both darwin_386 and windows_386 builds
This commit is contained in:
Carlos Alexandro Becker 2017-05-02 19:21:34 -03:00
parent f392430f59
commit 5b06bef066
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -10,14 +10,6 @@ build:
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 386
archive:
format_overrides:
- goos: windows