1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/.goreleaser.yml
Chris Cummer 9a8771d66a Add docker target back to .goreleaser.yml
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-15 15:25:29 -04:00

36 lines
529 B
YAML

env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"
archives:
- id: default
wrap_in_directory: true
builds:
- binary: wtfutil
goos:
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64
before:
hooks:
- make install
brews:
- github:
owner: wtfutil
name: homebrew-wtfutil
name: wtfutil
homepage: 'https://wtfutil.com'
description: 'The personal information dashboard for your terminal.'
dockers:
- image_templates:
- wtfutil/wtf