Skip to content

Commit 6806106

Browse files
committed
chore: restore goreleaser config.
1 parent e0bcf0e commit 6806106

File tree

2 files changed

+50
-44
lines changed

2 files changed

+50
-44
lines changed

.goreleaser.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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

.travis.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)