2019-03-03 14:12:22 -03:00
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2019-08-05 14:58:18 -03:00
|
|
|
- GOPROXY=https://gocenter.io
|
2018-10-28 21:54:15 -03:00
|
|
|
before:
|
|
|
|
hooks:
|
2020-02-17 13:13:28 +01:00
|
|
|
- go mod download
|
2017-06-27 19:20:08 -03:00
|
|
|
builds:
|
2018-04-03 21:36:11 -03:00
|
|
|
- env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
2020-01-26 11:41:26 -03:00
|
|
|
ignore:
|
|
|
|
- goos: darwin
|
|
|
|
goarch: 386
|
2017-08-27 20:45:33 -03:00
|
|
|
checksum:
|
|
|
|
name_template: '{{ .ProjectName }}_checksums.txt'
|
2017-10-18 09:43:18 -02:00
|
|
|
changelog:
|
2017-10-20 15:54:43 -02:00
|
|
|
sort: asc
|
2017-10-18 09:43:18 -02:00
|
|
|
filters:
|
|
|
|
exclude:
|
2018-04-03 21:36:11 -03:00
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|
|
|
|
- Merge pull request
|
|
|
|
- Merge branch
|
2018-05-13 16:13:48 -03:00
|
|
|
dockers:
|
2018-11-27 13: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 14:08:20 -03:00
|
|
|
binaries:
|
|
|
|
- goreleaser
|
2018-11-27 14:05:54 -02:00
|
|
|
build_flag_templates:
|
2020-01-26 16:06:21 +01: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 13:39:50 -02:00
|
|
|
extra_files:
|
|
|
|
- scripts/entrypoint.sh
|
2018-10-31 00:23:29 -03:00
|
|
|
- image_templates:
|
|
|
|
- 'goreleaser/goreleaser:{{ .Tag }}'
|
|
|
|
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}'
|
|
|
|
- 'goreleaser/goreleaser:latest'
|
2018-11-27 13:39:50 -02:00
|
|
|
dockerfile: Dockerfile
|
2019-03-03 14:08:20 -03:00
|
|
|
binaries:
|
|
|
|
- goreleaser
|
2018-11-27 14:05:54 -02:00
|
|
|
build_flag_templates:
|
2020-01-26 16:06:21 +01: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 16: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 14:13:29 -02:00
|
|
|
- "--label=com.github.actions.icon=terminal"
|
2019-01-24 16: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 09:26:26 -03:00
|
|
|
extra_files:
|
|
|
|
- scripts/entrypoint.sh
|
2019-04-16 10:19:15 -03:00
|
|
|
archives:
|
2019-08-13 13:48:53 -03:00
|
|
|
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2019-04-16 10:19:15 -03:00
|
|
|
replacements:
|
|
|
|
darwin: Darwin
|
|
|
|
linux: Linux
|
|
|
|
windows: Windows
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2019-08-13 13:48:53 -03: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"
|
2018-02-12 17:58:58 +00:00
|
|
|
scoop:
|
|
|
|
bucket:
|
|
|
|
owner: goreleaser
|
|
|
|
name: scoop-bucket
|
2018-02-12 18:50:22 -02:00
|
|
|
homepage: https://goreleaser.com
|
2018-02-12 17:58:58 +00:00
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
|
|
|
license: MIT
|
2019-05-07 06:59:53 -03:00
|
|
|
nfpms:
|
2020-04-12 14:31:35 -03:00
|
|
|
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2019-05-07 06:59:53 -03: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 13:48:53 -03: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
|