Skip to content

Commit 797b99b

Browse files
committed
images/go-runner: Echo platform value before starting build
Signed-off-by: Stephen Augustus <[email protected]>
1 parent c41a690 commit 797b99b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/build/go-runner/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ clean:
4848

4949
.PHONY: container
5050
container: init-docker-buildx
51+
echo "Building go-runner for the following platforms: $(PLATFORMS)"
5152
# https://github.com/docker/buildx/issues/59
5253
$(foreach PLATFORM,$(PLATFORMS), \
54+
echo "Starting build for $(PLATFORM) platform"; \
5355
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build \
5456
--load \
5557
--progress plain \

0 commit comments

Comments
 (0)