Skip to content

Commit 356d504

Browse files
adarshagrawal38kfswain
authored andcommitted
updates
1 parent 28ed6f1 commit 356d504

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
@@ -199,7 +199,6 @@ image-build: ## Build the EPP image using Docker Buildx.
199199
@bash -ec '\
200200
PLATFORMS="$(PLATFORMS)"; \
201201
if echo "$(LOAD)" | grep -q -- "--load"; then \
202-
echo "⚠️ --load detected; forcing platform to linux/amd64"; \
203202
PLATFORMS=linux/amd64; \
204203
fi; \
205204
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
@@ -210,7 +209,7 @@ image-build: ## Build the EPP image using Docker Buildx.
210209
--build-arg BUILD_REF=${BUILD_REF} \
211210
$(PUSH) \
212211
$(LOAD) \
213-
$(IMAGE_BUILD_EXTRA_OPTS) ./
212+
$(IMAGE_BUILD_EXTRA_OPTS) ./'
214213

215214
.PHONY: image-push
216215
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.

0 commit comments

Comments
 (0)