Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1dd883f

Browse files
committed
Only build CLI for platforms we need
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
1 parent ba8173d commit 1dd883f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /go/src/github.com/docker/cli
1010

1111
RUN git clone https://github.com/docker/cli . && git checkout 2432af701a7973ea582196b4b9488831156f3458
1212

13-
RUN make cross binary && \
13+
RUN make binary-osx binary-windows binary && \
1414
cp build/docker-linux-amd64 /usr/bin/docker
1515

1616
WORKDIR /go/src/github.com/docker/app/

0 commit comments

Comments
 (0)