Replies: 6 comments 3 replies
-
The pull requests added arm64 support to the ogmios image, but not to the one bundled with Cardano node. Is this enough? Or should we investigate to build the other for arm64 as well? |
Beta Was this translation helpful? Give feedback.
-
I wonder if it's possible. I haven't tried to build it and I am far away from my laptop for the next week so I can't try. For the sake of consistency and completeness, I'd rather have it if possible. The cardano-node-ogmios' image however is based on the cardano-node upstream image, which may or may not play well with this cross-platform docker builds. |
Beta Was this translation helpful? Give feedback.
-
Ah, damn. Cardano node upstream image is amdzr only. Maybe we should close this one and follow up, once the upstream image works. |
Beta Was this translation helpful? Give feedback.
-
The build is failing for arm for the base image as well 😔. If you want to have a look, otherwise I'll next week. |
Beta Was this translation helpful? Give feedback.
-
I publish cardano-node images built from upstream source, but on both AMD64 and ARM64, with the same interface as the upstream IOG images. I was just about to create my own wrapper for this project so I could get working ARM64 images. Would you accept a pull request that switched the images? It would be a drop-in replacement in this usage. Images: |
Beta Was this translation helpful? Give feedback.
-
What is the current status of this topic? Is it possible to run Ogmios on the Apple M1 / M2 chips at the moment? |
Beta Was this translation helpful? Give feedback.
-
Describe your idea, in simple words.
Publish multi-platform Docker images to Docker Hub. Support at least:
Why is it a good idea?
AWS provides Graviton as a cheaper option. Apple provides its laptops with M1 / M2 chips. Multi-platform images can provide support for multiple CPU architectures in a single image.
Are you willing to work on it yourself?
🤔 probably yes.
Beta Was this translation helpful? Give feedback.
All reactions