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:
parent
f392430f59
commit
5b06bef066
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user