File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ image-local-load: image-local-build
192
192
193
193
.PHONY : image-build
194
194
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
196
196
docker run --privileged --rm tonistiigi/binfmt --install all
197
197
docker buildx inspect --bootstrap
198
198
$(IMAGE_BUILD_CMD ) -t $(IMAGE_TAG ) \
@@ -202,7 +202,6 @@ image-build: ## Build the EPP image using Docker Buildx.
202
202
--build-arg COMMIT_SHA=${GIT_COMMIT_SHA} \
203
203
--build-arg BUILD_REF=${BUILD_REF} \
204
204
$(PUSH ) \
205
- $(LOAD ) \
206
205
$(IMAGE_BUILD_EXTRA_OPTS ) ./
207
206
208
207
.PHONY : image-push
You can’t perform that action at this time.
0 commit comments