File tree Expand file tree Collapse file tree 2 files changed +50
-44
lines changed
Expand file tree Collapse file tree 2 files changed +50
-44
lines changed Original file line number Diff line number Diff line change 1+ project_name : seihon
2+
3+ builds :
4+ - binary : seihon
5+ env :
6+ - GO111MODULE=on
7+ goos :
8+ - linux
9+ - darwin
10+ goarch :
11+ - amd64
12+ ignore :
13+ - goos : darwin
14+ goarch : 386
15+
16+ changelog :
17+ sort : asc
18+ filters :
19+ exclude :
20+ - ' ^docs:'
21+ - ' ^doc:'
22+ - ' ^chore:'
23+ - ' ^test:'
24+ - ' ^tests:'
25+
26+ archives :
27+ - id : seihon
28+ name_template : ' {{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
29+ format : tar.gz
30+ format_overrides :
31+ - goos : windows
32+ format : zip
33+ files :
34+ - LICENSE
35+
36+ brews :
37+ - tap :
38+ owner : ldez
39+ name : homebrew-tap
40+ commit_author :
41+ name : ldez
42+ email : ldez@users.noreply.github.com
43+ folder : Formula
44+ homepage : https://github.com/ldez/seihon
45+ description : Simple tool to publish multi-arch images on the Docker Hub
46+ test : |
47+ system "#{bin}/seihon version"
48+
49+ # release:
50+ # disable: true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments