Skip to content

Commit

Permalink
fix: upload all images (not just current arch) with skopeo (canonical…
Browse files Browse the repository at this point in the history
…#2037)

Fixes canonical#2020

CRAFT-3804
  • Loading branch information
lengau committed Dec 19, 2024
1 parent 32744d1 commit 75e2efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charmcraft/services/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def copy(
dest_username=dest_username,
dest_password=dest_password,
preserve_digests=True,
# all_images allows uploading multi-arch OCI images.
all_images=True,
)

@staticmethod
Expand Down

0 comments on commit 75e2efb

Please sign in to comment.