mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
fixed goreleaser.yml
This commit is contained in:
parent
5b3484b795
commit
f2b82ab6f7
@ -5,12 +5,12 @@ build:
|
|||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
# - windows
|
- windows
|
||||||
goarch:
|
goarch:
|
||||||
# - 386
|
- 386
|
||||||
- amd64
|
- amd64
|
||||||
# - arm
|
- arm
|
||||||
# - arm64
|
- arm64
|
||||||
archive:
|
archive:
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
@ -25,9 +25,9 @@ brew:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- git
|
- git
|
||||||
fpm:
|
fpm:
|
||||||
url: *homepage
|
homepage: *homepage
|
||||||
description: *description
|
description: *description
|
||||||
maintainer: <root@carlosbecker.com>
|
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
|
||||||
license: MIT
|
license: MIT
|
||||||
vendor: GoReleaser
|
vendor: GoReleaser
|
||||||
formats:
|
formats:
|
||||||
|
Loading…
Reference in New Issue
Block a user