temporarily revert ci: Add bin-image workflow #4785
Merged
neersighted merged 2 commits intodocker:masterfrom Jan 12, 2024
Merged
temporarily revert ci: Add bin-image workflow #4785neersighted merged 2 commits intodocker:masterfrom
neersighted merged 2 commits intodocker:masterfrom
Conversation
This reverts commit 15d4c99. Signed-off-by: Sebastiaan van Stijn <[email protected]>
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]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4785 +/- ##
==========================================
- Coverage 59.61% 59.60% -0.01%
==========================================
Files 288 286 -2
Lines 24785 24782 -3
==========================================
- Hits 14775 14771 -4
Misses 9122 9122
- Partials 888 889 +1 |
neersighted
approved these changes
Jan 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like 6ad07f2 caused the docker-ce-packaging scripts to fail; 6ad07f2#r1450359984
- A picture of a cute animal (not mandatory but encouraged)