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 6ad07f2a4b6a1e6fb77cb94820def43ea894c4af. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ff25c4334b
commit
1609916f2c
@ -124,4 +124,4 @@ FROM scratch AS plugins
|
||||
COPY --from=build-plugins /out .
|
||||
|
||||
FROM scratch AS binary
|
||||
COPY --from=build /out/docker /docker
|
||||
COPY --from=build /out .
|
||||
|
Loading…
x
Reference in New Issue
Block a user