-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
43 lines (37 loc) · 1.03 KB
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
project_name: 'goaccess-pixel'
builds:
- main: './cmd/goaccess-pixel/main.go'
goos: ['linux', 'darwin', 'windows']
goarch: ['386', 'amd64']
env:
- CGO_ENABLED=0
changelog:
sort: 'asc'
filters:
exclude: ['^docs:', '^test:', 'Merge pull request', 'Merge branch']
archives:
- format_overrides:
- goos: 'windows'
format: 'zip'
wrap_in_directory: true
files:
- README.md
nfpms:
- homepage: 'https://github.com/brunoluiz/goaccess-pixel'
description: 'Goaccess pixel track route'
maintainer: 'Bruno Silva <contact@brunoluiz.net>'
formats: ['deb', 'rpm']
dependencies: ['git']
dockers:
- image_templates:
- 'brunoluiz/goaccess-pixel:{{ .Version }}'
- 'brunoluiz/goaccess-pixel:{{ .Major }}.{{ .Minor }}'
- 'brunoluiz/goaccess-pixel:latest'
dockerfile: 'Dockerfile'
brews:
- github:
owner: 'brunoluiz'
name: 'homebrew-tap'
folder: 'Formula'
homepage: 'https://github.com/brunoluiz/goaccess-pixel'
description: 'Goaccess pixel track route'