crash on deploy with using docker image
redstar071
PROOP

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

image.png

Attachments

Solved$10 Bounty

7 Replies

Railway
BOT

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


redstar071
PROOP

2 months ago

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


redstar071
PROOP

2 months ago

I did some tests, the error was partially solved, I proceed tomorrow your suggestion


redstar071
PROOP

2 months ago

resolved the issue


redstar071
PROOP

2 months ago

they work properly now


Status changed to Solved medim about 2 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...