We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ed6f1 commit 356d504Copy full SHA for 356d504
Makefile
@@ -199,7 +199,6 @@ image-build: ## Build the EPP image using Docker Buildx.
199
@bash -ec '\
200
PLATFORMS="$(PLATFORMS)"; \
201
if echo "$(LOAD)" | grep -q -- "--load"; then \
202
- echo "⚠️ --load detected; forcing platform to linux/amd64"; \
203
PLATFORMS=linux/amd64; \
204
fi; \
205
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
@@ -210,7 +209,7 @@ image-build: ## Build the EPP image using Docker Buildx.
210
209
--build-arg BUILD_REF=${BUILD_REF} \
211
$(PUSH) \
212
$(LOAD) \
213
- $(IMAGE_BUILD_EXTRA_OPTS) ./
+ $(IMAGE_BUILD_EXTRA_OPTS) ./'
214
215
.PHONY: image-push
216
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.
0 commit comments