Skip to content

Commit 8ad2334

Browse files
committed
Disable sbom for now
Signed-off-by: Dinar Valeev <[email protected]>
1 parent 5b1567a commit 8ad2334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ docker-build-and-push-rke2-bootstrap:
519519
DOCKER_BUILDKIT=1 BUILDX_BUILDER=$(MACHINE) docker buildx build \
520520
--platform $(TARGET_PLATFORMS) \
521521
--push \
522-
--sbom=true \
522+
--sbom=false \
523523
--attest type=provenance,mode=max \
524524
--iidfile=$(IID_FILE) \
525525
--build-arg builder_image=$(GO_CONTAINER_IMAGE) \
@@ -533,7 +533,7 @@ docker-build-and-push-rke2-controlplane:
533533
DOCKER_BUILDKIT=1 BUILDX_BUILDER=$(MACHINE) docker buildx build \
534534
--platform $(TARGET_PLATFORMS) \
535535
--push \
536-
--sbom=true \
536+
--sbom=false \
537537
--attest type=provenance,mode=max \
538538
--iidfile=$(IID_FILE) \
539539
--build-arg builder_image=$(GO_CONTAINER_IMAGE) \

0 commit comments

Comments
 (0)