File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ builds:
16
16
goarch :
17
17
- amd64
18
18
- arm64
19
+
20
+ dockers :
19
21
- image_templates : ["docker.io/brothersam/zexample.{{ .Runtime.Goarch }}:{{ .Version }}"]
20
22
dockerfile : Dockerfile
21
23
goarch : amd64
@@ -28,7 +30,7 @@ builds:
28
30
- --label=guance.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
29
31
- --label=guance.image.revision={{ .FullCommit }}
30
32
- --label=guance.image.licenses=MIT
31
- dockers :
33
+
32
34
- image_templates : ["docker.io/brothersam/zexample.{{ .Runtime.Goarch }}:{{ .Version }}"]
33
35
dockerfile : Dockerfile
34
36
goarch : arm64
Original file line number Diff line number Diff line change 1
1
git add .
2
2
git commit -m " test"
3
3
git push origin master
4
- git tag -a v0.3.12 -m " test release"
4
+ git tag -a v0.3.15 -m " test release"
5
5
goreleaser release --rm-dist
You can’t perform that action at this time.
0 commit comments