We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdcd956 + 7e72319 commit 47844d8Copy full SHA for 47844d8
.goreleaser.yml
@@ -48,6 +48,7 @@ dockers:
48
dockerfile: docker/Dockerfile.goreleaser
49
build_flag_templates:
50
- "--platform=linux/amd64"
51
+ - "--provenance=false"
52
- image_templates:
53
- "stackstate/stackstate-cli2:{{ .Version }}-arm64v8"
54
ids:
@@ -57,6 +58,7 @@ dockers:
57
58
59
60
- "--platform=linux/arm64/v8"
61
62
docker_manifests:
63
- name_template: stackstate/stackstate-cli2:{{ .Version }}
64
image_templates:
0 commit comments