Skip to content

Commit 5234c25

Browse files
adarshagrawal38kfswain
authored andcommitted
Removing load flag
1 parent 0e7a401 commit 5234c25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
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-
docker buildx create --name multiplatform --use
195+
ddocker 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
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
@@ -202,7 +202,6 @@ image-build: ## Build the EPP image using Docker Buildx.
202202
--build-arg COMMIT_SHA=${GIT_COMMIT_SHA} \
203203
--build-arg BUILD_REF=${BUILD_REF} \
204204
$(PUSH) \
205-
$(LOAD) \
206205
$(IMAGE_BUILD_EXTRA_OPTS) ./
207206

208207
.PHONY: image-push

0 commit comments

Comments
 (0)