Skip to content

Commit d8c006f

Browse files
committed
test
1 parent 4f43d5e commit d8c006f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ builds:
1717
- amd64
1818
- arm64
1919
dockers:
20-
- image_templates: ["docker.io/brothersam/zexample.{{ .Runtime.Goos }}:{{ .Version }}"]
20+
- image_templates: ["docker.io/brothersam/zexample.{{ .Runtime.Goarch }}:{{ .Version }}"]
2121
dockerfile: Dockerfile
22+
goarch: amd64
2223
build_flag_templates:
2324
- --label=guance.image.title={{ .ProjectName }}
2425
- --label=guance.image.description={{ .ProjectName }}

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.10 -m "test release"
4+
git tag -a v0.3.11 -m "test release"
55
goreleaser release --rm-dist

0 commit comments

Comments
 (0)