Skip to content

Commit

Permalink
Add IID_FILE_FLAG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbreno committed Oct 10, 2024
1 parent 3fdc97d commit 99d74bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand All @@ -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) \
Expand Down

0 comments on commit 99d74bc

Please sign in to comment.