Replies: 2 comments 4 replies
-
|
tl;dr I can appreciate the frustration, I recall giving up on ARM servers for this exact reason. Are your requesting this to run on a Raspberry PI or is it a low cost dedicated server? From the link it does look like it might be as simple as
However, the CI build times are already frustratingly long - despite my attempts to cache as much as possible - and I suspect a multi architecture build will double the length so I need to weigh up the extended build times against the use ARM builds will actually get. |
Beta Was this translation helpful? Give feedback.
-
|
Completed build of ARM binaries in ca41eb1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't tried multiarch builds myself, so I hope I'm not incorrect, but I believe it's not very hard to implement: https://www.docker.com/blog/how-to-rapidly-build-multi-architecture-images-with-buildx/
It'd be nice if there was an ARM image. Building the Rust binary takes quite a long time on a weak CPU:
Beta Was this translation helpful? Give feedback.
All reactions