Skip to content

Commit 1609916

Browse files
committed
Revert "Dockerfile/binary: Output the binary directly"
Looks like this change caused docker-ce-packaging to fail; dest=$PWD/build/mac; cd /home/ubuntu/workspace/release-packaging_ce-nightly/packaging/src/github.com/docker/cli/build && for platform in *; do \ arch=$(echo $platform | cut -d_ -f2); \ mkdir -p $dest/$arch/docker; \ cp $platform/docker-darwin-* $dest/$arch/docker/docker && \ tar -C $dest/$arch -c -z -f $dest/$arch/docker-25.0.0-rc.2.tgz docker; \ done cp: cannot stat 'darwin_amd64/docker-darwin-*': No such file or directory cp: cannot stat 'darwin_arm64/docker-darwin-*': No such file or directory This reverts commit 6ad07f2. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ff25c43 commit 1609916

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
@@ -124,4 +124,4 @@ FROM scratch AS plugins
124124
COPY --from=build-plugins /out .
125125

126126
FROM scratch AS binary
127-
COPY --from=build /out/docker /docker
127+
COPY --from=build /out .

0 commit comments

Comments
 (0)