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

pull command support multiples platforms #2340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxwell-can-not-fly
Copy link
Collaborator

Describe what this PR does / why we need it

now sealer pull support multiple platforms with its --platform option, eg.
sealer pull --platform linux/amd64,linux/arm64 my-image

Does this pull request fix one issue?

Describe how you did it

if platform options is give more than one value, pull with existing implementation for each platform and create a image list with pulled images.

Describe how to verify it

use sealer pull --platform linux/amd64,linux/arm64 my-image

Special notes for reviews

Signed-off-by: Maxwell <144507225+maxwell-can-not-fly@users.noreply.github.com>
@github-actions github-actions bot added test ImageBuilding related to all staff with image building labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ImageBuilding related to all staff with image building test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant