42 lines
803 B
YAML
42 lines
803 B
YAML
build:
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
ignore:
|
|
- goos: darwin
|
|
goarch: 386
|
|
archive:
|
|
replacements:
|
|
darwin: Darwin
|
|
linux: Linux
|
|
windows: Windows
|
|
386: i386
|
|
amd64: x86_64
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
brew:
|
|
github:
|
|
owner: godownloader
|
|
name: homebrew-tap
|
|
folder: Formula
|
|
homepage: https://github.com/goreleaser/godownloader
|
|
description: Download Go binaries as fast and easily as possible
|
|
dependencies:
|
|
- git
|
|
nfpm:
|
|
homepage: https://github.com/goreleaser/godownloader
|
|
description: Download Go binaries as fast and easily as possible
|
|
maintainer: Nick Galbreath <nickg@client9.com>
|
|
vendor: GoDownloader
|
|
formats:
|
|
- deb
|
|
dependencies:
|
|
- git
|