mempool-cli/.goreleaser.yml
Gustavo Chain 5e57b325d9
Some checks failed
release / goreleaser (push) Has been cancelled
Add Dockerfile
This commit also disable the docker building process performed by
 goreleaser. Docker containers are built now by hub.docker.com.
2020-03-31 20:42:03 +02:00

34 lines
521 B
YAML

# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
-
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
- arm
- arm64
archives:
- replacements:
linux: Linux
freebsd: FreeBSD
darwin: Darwin
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true