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 c488963 commit 9247f81Copy full SHA for 9247f81
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