We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3180a7 commit f391711Copy full SHA for f391711
.goreleaser.yml
@@ -90,6 +90,8 @@ dockers:
90
- "--label=homepage=https://developer.newrelic.com/"
91
- "--label=maintainer=Developer Toolkit <opensource@newrelic.com>"
92
- "--platform=linux/amd64"
93
+ - "--provenance=false"
94
+ - "--sbom=false"
95
goarch: amd64
96
- dockerfile: build/package/Dockerfile
97
image_templates:
@@ -103,6 +105,8 @@ dockers:
103
105
104
106
107
- "--platform=linux/arm64"
108
109
110
goarch: arm64
111
112
docker_manifests:
0 commit comments