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