Skip to content

Commit

Permalink
Fix: make build-image-amd64 to load image from cache to disk. (#432)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Nov 28, 2024
1 parent 4b0a308 commit 36154c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ build-image:
## Builds controller image using buildx for amd64
.PHONY: build-image-amd64
build-image-amd64:
$(DOCKER_BUILDER) buildx build --platform linux/amd64 -f $(DOCKER_FILE) . -t $(DOCKER_IMAGE)
$(DOCKER_BUILDER) buildx build --platform linux/amd64 --load -f $(DOCKER_FILE) . -t $(DOCKER_IMAGE)

## Clean build-harness and remove test files
.PHONY: clean
Expand Down

0 comments on commit 36154c4

Please sign in to comment.