ci.docker icon indicating copy to clipboard operation
ci.docker copied to clipboard

Build fails with OOMKilled error when building on ppc64le architecture

Open Rohanjos97 opened this issue 4 months ago • 0 comments

We are building image for multiarch platforms, and the code works for amd64 and s390x (using docker buildX on amd64 node). But when we are building the same code for ppc64le (using docker buildX on amd64 node), We are getting OutOfMemoryKilled Error.

This is the logs I can see in

https://gist.github.com/Rohanjos97/0c4119adc47ee5322df1967c668b8f11

Rohanjos97 avatar Sep 11 '25 10:09 Rohanjos97