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 c41a690 commit 797b99bCopy full SHA for 797b99b
images/build/go-runner/Makefile
@@ -48,8 +48,10 @@ clean:
48
49
.PHONY: container
50
container: init-docker-buildx
51
+ echo "Building go-runner for the following platforms: $(PLATFORMS)"
52
# https://github.com/docker/buildx/issues/59
53
$(foreach PLATFORM,$(PLATFORMS), \
54
+ echo "Starting build for $(PLATFORM) platform"; \
55
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build \
56
--load \
57
--progress plain \
0 commit comments