Open sumitd2 opened 1 year ago
Patch and project coverage have no change.
Comparison is base (
9d283c2
) 85.12% compared to head (5ed811b
) 85.12%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Change log description
IBM power architecture (ppc64le) support
Purpose of the change
ppc64le support
What the code does
Builds multiarch images supporting ppc64le and amd64. Tests/CI would still be run on amd64, using multiarch images.
How to verify it
Execute make targets Run CI
Note
docker buildx build for multiarch images requires the image to be pushed in the same command using --push. This should explain some of the required modifications.