Skip to content

Commit 9247f81

Browse files
committed
Add docker target
1 parent c488963 commit 9247f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ docker-arch-build:
8282
docker build \
8383
$(NO_CACHE) \
8484
$(ARGS) \
85+
$$( if [ -n "$(DOCKER_TARGET)" ]; then echo "--target $(DOCKER_TARGET)"; fi; ) \
8586
--network host \
8687
--platform $(ARCH) \
8788
--label "org.opencontainers.image.created"="$$(date --rfc-3339=s)" \

0 commit comments

Comments
 (0)