Skip to content

Commit 6c98938

Browse files
adarshagrawal38kfswain
authored andcommitted
Fix
1 parent 356d504 commit 6c98938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ image-local-load: image-local-build
192192

193193
.PHONY: image-build
194194
image-build: ## Build the EPP image using Docker Buildx.
195-
ddocker buildx inspect multiplatform > /dev/null 2>&1 || docker buildx create --name multiplatform --use
195+
docker buildx inspect multiplatform > /dev/null 2>&1 || docker buildx create --name multiplatform --use
196196
docker run --privileged --rm tonistiigi/binfmt --install all
197197
docker buildx inspect --bootstrap
198198

0 commit comments

Comments
 (0)