pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
364 stars 203 forks source link

ppc64le support #570

Open sumitd2 opened 12 months ago

sumitd2 commented 12 months ago

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.

codecov[bot] commented 12 months ago

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 ```diff @@ Coverage Diff @@ ## master #570 +/- ## ======================================= Coverage 85.12% 85.12% ======================================= Files 12 12 Lines 1613 1613 ======================================= Hits 1373 1373 Misses 155 155 Partials 85 85 ```

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