File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dockers:
22
22
dockerfile : Dockerfile
23
23
build_flag_templates :
24
24
- " --platform=linux/arm64/v8"
25
- docker_manifests :
26
- - name_template : brothersam/guanceexample:{{ .Version }}
27
- image_templates :
28
- - brothersam/guanceexample:{{ .Version }}-amd64
29
- - brothersam/guanceexample:{{ .Version }}-arm64v8
25
+ # docker_manifests:
26
+ # - name_template: brothersam/guanceexample:{{ .Version }}
27
+ # image_templates:
28
+ # - brothersam/guanceexample:{{ .Version }}-amd64
29
+ # - brothersam/guanceexample:{{ .Version }}-arm64v8
30
30
31
31
32
32
# # The project name is used in the name of the Brew formula, archives, etc.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ git commit -m "testcommit"
4
4
# master: your branch name
5
5
git push origin master
6
6
# vXX.XX.XX: your version. your tag
7
- git tag -a v0.3.57 -m " test release"
7
+ git tag -a v0.3.58 -m " test release"
8
8
# release and push to github & docker.io
9
9
goreleaser release --rm-dist
10
10
# only test realase
You can’t perform that action at this time.
0 commit comments