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.
2 parents c488963 + 9247f81 commit daf6432Copy full SHA for daf6432
Makefile.docker
@@ -82,6 +82,7 @@ docker-arch-build:
82
docker build \
83
$(NO_CACHE) \
84
$(ARGS) \
85
+ $$( if [ -n "$(DOCKER_TARGET)" ]; then echo "--target $(DOCKER_TARGET)"; fi; ) \
86
--network host \
87
--platform $(ARCH) \
88
--label "org.opencontainers.image.created"="$$(date --rfc-3339=s)" \
0 commit comments