Skip to content

Commit 009532d

Browse files
committed
test
1 parent 0e4e489 commit 009532d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.goreleaser.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ builds:
1616
goarch:
1717
- amd64
1818
- arm64
19+
20+
dockers:
1921
- image_templates: ["docker.io/brothersam/zexample.{{ .Runtime.Goarch }}:{{ .Version }}"]
2022
dockerfile: Dockerfile
2123
goarch: amd64
@@ -28,7 +30,7 @@ builds:
2830
- --label=guance.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
2931
- --label=guance.image.revision={{ .FullCommit }}
3032
- --label=guance.image.licenses=MIT
31-
dockers:
33+
3234
- image_templates: ["docker.io/brothersam/zexample.{{ .Runtime.Goarch }}:{{ .Version }}"]
3335
dockerfile: Dockerfile
3436
goarch: arm64

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git add .
22
git commit -m "test"
33
git push origin master
4-
git tag -a v0.3.12 -m "test release"
4+
git tag -a v0.3.15 -m "test release"
55
goreleaser release --rm-dist

0 commit comments

Comments
 (0)