Skip to content

Commit

Permalink
Merge pull request NVIDIA#40 from shivakunv/exclude_attestation_manif…
Browse files Browse the repository at this point in the history
…ests

Exclude attestation manifests (sbom, provenance) during the build usi…
  • Loading branch information
cdesiniotis authored Jul 26, 2024
2 parents b30f1ef + 50f2ef6 commit a3d3ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

PUSH_ON_BUILD ?= false
ATTACH_ATTESTATIONS ?= false
DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD),provenance=$(ATTACH_ATTESTATIONS),sbom=$(ATTACH_ATTESTATIONS)
DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64,linux/arm64

REGCTL ?= regctl
Expand Down

0 comments on commit a3d3ab5

Please sign in to comment.