2019-03-03 19:12:22 +02:00
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2019-08-05 19:58:18 +02:00
|
|
|
- GOPROXY=https://gocenter.io
|
2018-10-29 02:54:15 +02:00
|
|
|
before:
|
|
|
|
hooks:
|
2020-02-17 14:13:28 +02:00
|
|
|
- go mod download
|
2017-06-28 00:20:08 +02:00
|
|
|
builds:
|
2018-04-04 02:36:11 +02:00
|
|
|
- env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
2020-01-26 16:41:26 +02:00
|
|
|
ignore:
|
|
|
|
- goos: darwin
|
|
|
|
goarch: 386
|
2017-08-28 01:45:33 +02:00
|
|
|
checksum:
|
|
|
|
name_template: '{{ .ProjectName }}_checksums.txt'
|
2017-10-18 13:43:18 +02:00
|
|
|
changelog:
|
2017-10-20 19:54:43 +02:00
|
|
|
sort: asc
|
2017-10-18 13:43:18 +02:00
|
|
|
filters:
|
|
|
|
exclude:
|
2018-04-04 02:36:11 +02:00
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|
|
|
|
- Merge pull request
|
|
|
|
- Merge branch
|
2018-05-13 21:13:48 +02:00
|
|
|
dockers:
|
2018-11-27 17:39:50 +02:00
|
|
|
- image_templates:
|
|
|
|
- 'goreleaser/goreleaser:{{ .Tag }}-cgo'
|
|
|
|
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}-cgo'
|
|
|
|
- 'goreleaser/goreleaser:latest-cgo'
|
|
|
|
dockerfile: Dockerfile.cgo
|
2019-03-03 19:08:20 +02:00
|
|
|
binaries:
|
|
|
|
- goreleaser
|
2018-11-27 18:05:54 +02:00
|
|
|
build_flag_templates:
|
2020-01-26 17:06:21 +02:00
|
|
|
- "--pull"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.name={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2018-11-27 17:39:50 +02:00
|
|
|
extra_files:
|
|
|
|
- scripts/entrypoint.sh
|
2018-10-31 05:23:29 +02:00
|
|
|
- image_templates:
|
|
|
|
- 'goreleaser/goreleaser:{{ .Tag }}'
|
|
|
|
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}'
|
|
|
|
- 'goreleaser/goreleaser:latest'
|
2018-11-27 17:39:50 +02:00
|
|
|
dockerfile: Dockerfile
|
2019-03-03 19:08:20 +02:00
|
|
|
binaries:
|
|
|
|
- goreleaser
|
2018-11-27 18:05:54 +02:00
|
|
|
build_flag_templates:
|
2020-01-26 17:06:21 +02:00
|
|
|
- "--pull"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.name={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
2019-01-24 20:10:14 +02:00
|
|
|
- "--label=com.github.actions.name={{.ProjectName}}"
|
|
|
|
- "--label=com.github.actions.description=Deliver Go binaries as fast and easily as possible"
|
2019-01-25 18:13:29 +02:00
|
|
|
- "--label=com.github.actions.icon=terminal"
|
2019-01-24 20:10:14 +02:00
|
|
|
- "--label=com.github.actions.color=blue"
|
|
|
|
- "--label=repository=http://github.com/goreleaser/goreleaser"
|
|
|
|
- "--label=homepage=http://goreleaser.com"
|
|
|
|
- "--label=maintainer=Carlos Becker <goreleaser@carlosbecker.com>"
|
|
|
|
|
2018-09-04 14:26:26 +02:00
|
|
|
extra_files:
|
|
|
|
- scripts/entrypoint.sh
|
2019-04-16 15:19:15 +02:00
|
|
|
archives:
|
2019-08-13 18:48:53 +02:00
|
|
|
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2019-04-16 15:19:15 +02:00
|
|
|
replacements:
|
|
|
|
darwin: Darwin
|
|
|
|
linux: Linux
|
|
|
|
windows: Windows
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2019-08-13 18:48:53 +02:00
|
|
|
brews:
|
|
|
|
- github:
|
|
|
|
owner: goreleaser
|
|
|
|
name: homebrew-tap
|
|
|
|
folder: Formula
|
|
|
|
homepage: https://goreleaser.com
|
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
|
|
|
test: |
|
|
|
|
system "#{bin}/goreleaser -v"
|
2020-05-22 14:50:34 +02:00
|
|
|
dependencies:
|
|
|
|
- go
|
2018-02-12 19:58:58 +02:00
|
|
|
scoop:
|
|
|
|
bucket:
|
|
|
|
owner: goreleaser
|
|
|
|
name: scoop-bucket
|
2018-02-12 22:50:22 +02:00
|
|
|
homepage: https://goreleaser.com
|
2018-02-12 19:58:58 +02:00
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
|
|
|
license: MIT
|
2019-05-07 11:59:53 +02:00
|
|
|
nfpms:
|
2020-04-12 19:31:35 +02:00
|
|
|
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2019-05-07 11:59:53 +02:00
|
|
|
homepage: https://goreleaser.com
|
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
|
|
|
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
|
|
|
|
license: MIT
|
|
|
|
vendor: GoReleaser
|
|
|
|
formats:
|
|
|
|
- deb
|
|
|
|
- rpm
|
|
|
|
dependencies:
|
|
|
|
- git
|
2019-08-13 18:48:53 +02:00
|
|
|
snapcrafts:
|
|
|
|
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
|
|
|
summary: Deliver Go binaries as fast and easily as possible
|
|
|
|
description: |
|
|
|
|
GoReleaser builds Go binaries for several platforms, creates a GitHub
|
|
|
|
release and then pushes a Homebrew formula to a repository. All that
|
|
|
|
wrapped in your favorite CI.
|
|
|
|
grade: stable
|
|
|
|
confinement: classic
|
|
|
|
publish: true
|