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

src/cmd-push-container-manifest: fix allowing for missing architectures #3452

Merged
merged 1 commit into from
May 4, 2023

Commits on May 4, 2023

  1. src/cmd-push-container-manifest: fix allowing for missing architectures

    We need to use .get() here because if the key doesn't exist (which is
    what we are checking for) then we'll get a KeyError. Fixes a8bfe8f.
    dustymabe committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0cbd636 View commit details
    Browse the repository at this point in the history