-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding support for Power Linux (ppc64le) platform #1
Comments
Hey! Adding ppc64le support shouldn't be something very difficult, you just search through the scripts for |
Hey, Attaching below the patch file, reflecting the changes which helps to build imgproxy-docker-base image locally on power machine. We would like the CI build enabled for imgproxy-docker-base image (tagged as darthsim/imgproxy-base:v3.2.4) and we see that google cloud build is been used as the CI which does support multi-arch build, with your help we could get the CI build enabled for Power architecture. Thank you ! |
Hi Reynold, Can I ask you, where imgproxy built for ppc64le is going to be used? As I said before, support of additional CPU architecture doesn't end with adding it to build scripts. All the dependencies should be able to be built for all the supported architectures and work well after it. Support of amd64 and arm64 is a must as they are widely used. Yet I didn't hear about popular machines powered by PowerPC for years. I appreciate your effort in adding ppc support, but I'm not sure if my effort in maintaining it and the additional costs of building images for it will pay off. I already bumped into an issue when one of the used packages couldn't be built for arm64. That time the issue was fixed by the package maintainer, but I'm not sure they would fix it for ppc. |
Hi @DarthSim , Addressing a few of your concerns:
Hope this clears the air! |
That's the problem - I don't know. As I mentioned before, one of the versions of one of our dependencies suddenly stopped working on arm64 once. If something like this will happen for ppc64le or if I'll need a dependency that doesn't work on ppc64le, it'll make problems delivering new features to amd64/arm64 users which is an absolute majority of users. Adding new features to imgproxy obliges imgproxy team to maintain them. That's why we avoid adding features unless we consider them useful for a good part of users or one of our enterprise users needs them. imgproxy is an open-source software after all, and everyone can fork it and add a needed feature. Also, we have a pretty obvious policy: all the features of imgproxy should be included in imgproxy Pro. This implies that we'll have to build and store images for ppc64le. Considering the fact that the base image build takes a lot of time, its size is pretty big, and we have no Pro users who run or are going to run imgproxy on ppc64le, this looks like unneeded expenses. Hope for your understanding. |
Hi Team,
We require support for imgproxy-docker-base:v3.2.4 image on Power platform, as this image acts as a base image for darthsim/imgproxy:latest which in turn acts as a dependency for one of the package we are currently working on. We have the required changes ready with us. Please guide as to how we can enable support for imgproxy-docker-base:v3.2.4 ( tagged as darthsim/imgproxy-base:v3.2.4 ) image on Power.
The text was updated successfully, but these errors were encountered: