-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add Support for s390x and ppc64le #44
Comments
It will also be needed to build the prodrigestivill/go-cron for this platforms. |
I have build But building the docker image with buildx for
It looks like the essential package So |
@prodrigestivill Thanks for taking care of Looks like a path issue. I did see some issues with paths and that error. Oddly enough, when I hop onto a
The command completes fine with: (I cut the logs short just so show the point)
Must be a problem with |
Yes it could be a
Apart from that currently it is a nightmare to build and push with it with this many targets. I will try to investigate further once this push issue is fixed. |
@prodrigestivill Build on bare metal works fine. I do have access to I think something is going wrong with buildx and its paths. In this issue it was I got it working by adding these syslinks to the Dockerfile:
I know that is not an ideal fix, but I am not sure what exactly is going wrong with buildx. I try to stay away from it since qemu emulation works 95% of the time, but when you get into low level code, like C, you run into weird issues. Would you be willing to add the syslinks to the RUN command you have already? |
Uploaded newly build images from 9.6 to 14. |
Due to missing upstream image, debian versions for postgresql 10 and 11 has been removed as fixed in 888459f. |
It looks like to generate the Dockeriles and manifests, you are using buildx. I see currently support for a couple architectures, but would you be willing to add
s390x
andppc64le
support?Looks like the defaults/values would need to be changed in a couple places:
docker-postgres-backup-local/generate.sh
Line 8 in f97585e
docker-postgres-backup-local/docker-bake.hcl
Line 6 in f97585e
Plus the readme!
To enable support it should be
linux/s390x
andlinux/ppc64le
.@prodrigestivill Would you be open to build for those platforms as well? If so, I can open a PR.
The text was updated successfully, but these errors were encountered: