RigelEngine icon indicating copy to clipboard operation
RigelEngine copied to clipboard

Create Docker containers for easy ARM cross-compilation

Open lethal-guitar opened this issue 4 years ago • 2 comments

This would allow us to more easily build binaries for Raspberry Pi/Odroid Go

lethal-guitar avatar Dec 25 '20 15:12 lethal-guitar

Hey, how about we start with a docker container for ubuntu:latest (20.04 as I write this)?

It would be useful to run tests locally without the need for g++-8 - used in CI. They way I see it a script could be used for both the CI and this image's build steps (to reduce duplication and to ensure the 2 envs are the same). Why is this good? Well it would allow people to run tests and all before making a MR (at least on ubuntu - the rest is more complicated...)

Would this be interesting to you? I actually already have the dockerfile since I needed it to understand why some CI step failed.

bencsikandrei avatar Apr 29 '21 17:04 bencsikandrei

Hey, how about we start with a docker container for ubuntu:latest (20.04 as I write this)?

Sure why not, sounds like something other people might find useful too. And if you already have the Dockerfile, we might as well put it in the repo 🙂

lethal-guitar avatar Apr 29 '21 20:04 lethal-guitar