File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 3
3
ldflags : -s -w -X github.com/bpineau/katafygio/cmd.version={{.Version}}
4
4
env :
5
5
- CGO_ENABLED=0
6
+ - GO111MODULE=on
6
7
goos :
7
8
- darwin
8
9
- linux
@@ -15,14 +16,19 @@ builds:
15
16
hooks :
16
17
post : make man
17
18
19
+ before :
20
+ hooks :
21
+ - go mod download
22
+
18
23
release :
19
24
# don't autopublish
20
25
draft : true
21
26
22
27
sign :
23
28
artifacts : checksum
24
29
25
- archive :
30
+ archives :
31
+ - id : katafygio
26
32
format : binary
27
33
28
34
changelog :
@@ -31,15 +37,16 @@ changelog:
31
37
- Merge
32
38
33
39
dockers :
34
- - image : bpineau/katafygio
40
+ - image_templates :
41
+ - " bpineau/katafygio:latest"
42
+ - " bpineau/katafygio:{{ .Tag }}"
35
43
goos : linux
36
44
goarch : amd64
37
45
dockerfile : assets/Dockerfile.goreleaser
38
- tag_templates :
39
- - ' {{ .Tag }}'
40
- - latest
46
+ skip_push : true
41
47
42
- nfpm :
48
+ nfpms :
49
+ -
43
50
name_template : " {{ .ProjectName }}-{{ .Version }}-{{ .Arch }}"
44
51
homepage : https://github.com/bpineau/katafygio
45
52
description : Discover and continuously backup Kubernetes objets as yaml files in git
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8Nz
19
19
github.com/coreos/go-semver v0.2.0 /go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk =
20
20
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
21
21
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f /go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA =
22
+ github.com/cpuguy83/go-md2man v1.0.10 h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk =
22
23
github.com/cpuguy83/go-md2man v1.0.10 /go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE =
23
24
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
24
25
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -127,6 +128,7 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
127
128
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
128
129
github.com/prometheus/tsdb v0.7.1 /go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU =
129
130
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af /go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg =
131
+ github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo =
130
132
github.com/russross/blackfriday v1.5.2 /go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g =
131
133
github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
132
134
github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4 =
You can’t perform that action at this time.
0 commit comments