From 99d74bc04276e7bc6cd2ded018bf1314d13df485 Mon Sep 17 00:00:00 2001 From: Rafael Breno <32229014+rafaelbreno@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:40:31 -0300 Subject: [PATCH] Add IID_FILE_FLAG --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e071ce3..f5b515c 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ image-build-thin: .PHONY: push-image-thin push-image-thin: docker buildx build \ + $(IID_FILE_FLAG) \ --sbom=true \ --attest type=provenance,mode=max \ --platform=$(TARGET_PLATFORMS) \ @@ -65,6 +66,7 @@ push-image-thin: .PHONY: image-build-thick image-build-thick: docker buildx build \ + $(IID_FILE_FLAG) \ --platform=$(ARCH) \ --build-arg PKG=$(PKG) \ --build-arg SRC=$(SRC) \