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

ppc64le support #570

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

ppc64le support #570

wants to merge 2 commits into from

Conversation

sumitd2
Copy link

@sumitd2 sumitd2 commented Sep 12, 2023

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.

Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9d283c2) 85.12% compared to head (5ed811b) 85.12%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #570   +/-   ##
=======================================
  Coverage   85.12%   85.12%           
=======================================
  Files          12       12           
  Lines        1613     1613           
=======================================
  Hits         1373     1373           
  Misses        155      155           
  Partials       85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant