image architecture
aldrickdev
PROOP

a year ago

What docker image architecture should by my target if I want to run a custom image on Railway? I have built one to linux/arm64/v8 but am getting the error below when trying to deploy on Railway:

exec container process /bin/sh: Exec format error

3 Replies

aldrickdev
PROOP

a year ago

38592e1d-b306-413f-8638-c44d1edf4c97


a year ago

You should be building for x86_64 or amd64. Railway uses x86 servers.


aldrickdev
PROOP

a year ago

Got it, thanks for the quick follow up. Was this information in the docs somewhere?


Loading...