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 8dbf9f4 commit 2da52d0Copy full SHA for 2da52d0
Makefile
@@ -186,7 +186,7 @@ image-build: ## Build the EPP image using Docker Buildx.
186
docker buildx inspect --bootstrap
187
188
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
189
- --platform=$$PLATFORMS \
+ --platform=$(PLATFORMS) \
190
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
191
--build-arg BUILDER_IMAGE=$(BUILDER_IMAGE) \
192
--build-arg COMMIT_SHA=${GIT_COMMIT_SHA} \
0 commit comments