Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
ci(fix): enable buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Nov 24, 2022
1 parent 7f3ae6d commit 118626a
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 @@ -17,7 +17,7 @@ help: ## Show this message
.PHONY: build
build: ## Build and Extract
@echo "-> Building VirtIO ISO via Docker"
docker \
DOCKER_BUILDKIT=1 docker \
build \
--tag ghcr.io/tprasadtp/dev-virtio-whql \
--output type=local,dest=docker/build \
Expand Down

0 comments on commit 118626a

Please sign in to comment.