Skip to content

Commit

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

CRAFT-3804
  • Loading branch information
lengau authored Dec 17, 2024
1 parent 47fb62f commit e84fd12
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 e84fd12

Please sign in to comment.