>> No luck with linux/ppc64 yet, need to have a closer look. > > I got buildx running, and AFAICT this seems to be an omission in the > moby/buildkit image that buildx is using. > > ppc64 is missing in the lists here: > > https://github.com/moby/buildkit/blob/master/util/archutil/Dockerfile > > I'll see if I can patch it and make an updated buildkit image.
That’s where I’m stuck. My buildx v0.8.2 seems not to support linux/ppc64 : $ docker build ls […] linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
