2 months ago
I'm trying to migrate from another provider to here, but I'm getting this error right from the start. The image uses both ARM and AMD; maybe that's the cause of the error. Here's the repo: https://github.com/wolfstar-project/ring
Attachments
7 Replies
2 months ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • about 2 months ago
2 months ago
Hey, I saw that you just built a amd64 image, is this issue still happening?
2 months ago
but yeah, it's prob an arch mismatch. I'm seeing ur building using ubuntu-24.04-arm
I put that it publishes two architectures including amd64, could it be the cause how my reusable of workflow was made?
2 months ago
I would try removing arm64 from the workflow, just to test, I saw that you have it on continuous-delivery.yml
Another thing I would try doing is to pin the platform on the Dockerfile like so FROM --platform=linux/amd64 node:24-alpine AS base
I did some tests, the error was partially solved, I proceed tomorrow your suggestion
Status changed to Solved medim • about 2 months ago