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

feat: support different architectures when copying images #570

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

uncledru
Copy link

@uncledru uncledru commented Mar 15, 2024

Fixes #568

Currently we can only copy images for the amd64 architecture. copy supports ArchitectureChoice which is leveraged in this PR. If no Architecture is provided the current behavior applies (uses the platform architecture, which is x86).

auto-merge was automatically disabled March 15, 2024 21:05

Head branch was pushed to by a user without write access

@deepend-dev
Copy link

Great PR @uncledru. Even I am looking for this feature.

@deepend-dev
Copy link

It will be great if @wchaws can look into this

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.

Support for arm64 copies
2 participants