kubernetes-sigs / image-builder

Tools for building Kubernetes disk images
https://image-builder.sigs.k8s.io/
Apache License 2.0
379 stars 388 forks source link

No support for ppc64le anymore #1598

Open kayrus opened 11 hours ago

kayrus commented 11 hours ago

According to the recent announcement https://groups.google.com/a/kubernetes.io/g/dev/c/LBlLCWdFN-o/m/YtGXW-qZBAAJ there is no support to build ppc64le binaries.

Our build pipeline fails trying to build a ppc64le image: https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/cloud-provider-openstack-push-images/1845898968966369280

I was suggested to address this issue in this repo.

Please advice how can we proceed.

cc @zetaab @dulek

kayrus commented 11 hours ago

cc @dims

mkumatag commented 3 hours ago

@Amulyam24 can you please look at this issue?

AverageMarcus commented 35 minutes ago

We don't build any of the dependencies in this project, we just pull them from their official sources. If the kubernetes repo is no longer building artefacts for this architecture I'm afraid there's nothing we can do about it.