vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.61k stars 1.39k forks source link

Allow multi-arch manifest-list from `make container` #8252

Open kaovilai opened 2 days ago

kaovilai commented 2 days ago

by changing output type to image.

Then you can execute command like so to create a multi-arch image

BUILDX_PLATFORMS=linux/amd64,linux/arm64 make container

When output type is docker, only single arch is supported and following error is observed.

ERROR: docker exporter does not currently support exporting manifest lists

Signed-off-by: Tiger Kaovilai tkaovila@redhat.com

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

kaovilai commented 2 days ago

/kind changelog-not-required

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.21%. Comparing base (aab2140) to head (a441687).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8252 +/- ## ======================================= Coverage 59.21% 59.21% ======================================= Files 367 367 Lines 30841 30841 ======================================= Hits 18262 18262 Misses 11119 11119 Partials 1460 1460 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.