Skip to content

Commit f391711

Browse files
authored
fix(release): disable provenance and SBOM for Alpine 3.21 compatibility (#1791)
fix(release): disable provenance and SBOM for Alpine 3.21 compatibility (#1791)
1 parent c3180a7 commit f391711

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ dockers:
9090
- "--label=homepage=https://developer.newrelic.com/"
9191
- "--label=maintainer=Developer Toolkit <opensource@newrelic.com>"
9292
- "--platform=linux/amd64"
93+
- "--provenance=false"
94+
- "--sbom=false"
9395
goarch: amd64
9496
- dockerfile: build/package/Dockerfile
9597
image_templates:
@@ -103,6 +105,8 @@ dockers:
103105
- "--label=homepage=https://developer.newrelic.com/"
104106
- "--label=maintainer=Developer Toolkit <opensource@newrelic.com>"
105107
- "--platform=linux/arm64"
108+
- "--provenance=false"
109+
- "--sbom=false"
106110
goarch: arm64
107111

108112
docker_manifests:

0 commit comments

Comments
 (0)