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
|
- amd64
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
goarm:
|
|
||||||
- 6
|
|
||||||
- 7
|
|
||||||
ignore:
|
|
||||||
- goos: darwin
|
|
||||||
goarch: 386
|
|
||||||
- goos: windows
|
|
||||||
goarch: 386
|
|
||||||
archive:
|
archive:
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
|
Loading…
Reference in New Issue
Block a user