Skip to content

temporarily revert ci: Add bin-image workflow #4785

Merged
neersighted merged 2 commits intodocker:masterfrom
thaJeztah:revert_bin_image
Jan 12, 2024
Merged

temporarily revert ci: Add bin-image workflow #4785
neersighted merged 2 commits intodocker:masterfrom
thaJeztah:revert_bin_image

Conversation

@thaJeztah
Copy link
Member

Looks like 6ad07f2 caused the docker-ce-packaging scripts to fail; 6ad07f2#r1450359984

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

- A picture of a cute animal (not mandatory but encouraged)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants