Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix musl double image deletion #44

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Conversation

lloeki
Copy link
Member

@lloeki lloeki commented Nov 28, 2024

Tagging is necessary when building for single arch because there may be nothing in cache yet.

Removing the image is necessary for multipaltform build because local docker image store can only tag one arch. All per-arch build results are still in cache from the single arch build.

Removing twice, which happens only for release pushing, was failing.

So, hoist removal out.

Tagging is necessary when building for single arch because there may be
nothing in cache yet.

Removing the image is necessary for multipaltform build because
local docker image store can only tag one arch. All per-arch build
results are still in cache from the single arch build.

Removing twice, which happens only for release pushing, was failing.

So, hoist removal out.
@lloeki lloeki requested a review from a team as a code owner November 28, 2024 08:52
@lloeki lloeki merged commit 55bb526 into main Nov 28, 2024
51 checks passed
@lloeki lloeki deleted the lloeki/fix-musl-double-image-deletion branch November 28, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant