Skip to content

Commit

Permalink
Revert "Makefile: Remove duplicated linuxkit argument"
Browse files Browse the repository at this point in the history
This reverts commit b9c076a.
  • Loading branch information
milan-zededa committed Jul 24, 2024
1 parent 6972a16 commit c309be3
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 @@ -883,7 +883,7 @@ cache-export: image-set outfile-set $(LINUXKIT)
## export an image from linuxkit cache and load it into docker.
cache-export-docker-load: $(LINUXKIT)
$(eval TARFILE := $(shell mktemp))
$(MAKE) cache-export OUTFILE=${TARFILE} && cat ${TARFILE} | docker load
$(MAKE) cache-export --format docker OUTFILE=${TARFILE} && cat ${TARFILE} | docker load
rm -rf ${TARFILE}

%-cache-export-docker-load: $(LINUXKIT)
Expand Down

0 comments on commit c309be3

Please sign in to comment.