You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/cmd-compress: don't require image.json for decompression
b60dc1f caused the `cosa buildfetch --artifact=ostree && cosa decompress`
path to fail since there was no local ostree repo and no ociarchive
that got downloaded. Let's drop the image.json search into the compress
path only.
While we are here let's call import_ostree_commit (which also calls
extract_image_json) instead of extract_image_json and add a function
called get_image_json() that helps us iterate over the possible
architectures to find a build with all the pieces necessary to get
the image.json.
0 commit comments