PX4-containers icon indicating copy to clipboard operation
PX4-containers copied to clipboard

Simulation image based on Nvidia L4T

Open random82 opened this issue 4 years ago • 6 comments

random82 avatar Aug 03 '21 00:08 random82

Hi @dagar I pushed some fixed since you approved it, could you kick off the workflow to check if it builds?

random82 avatar Aug 03 '21 23:08 random82

Hi @dagar I pushed some fixed since you approved it, could you kick off the workflow to check if it builds?

Thanks, it's running now.

dagar avatar Aug 04 '21 00:08 dagar

@random82 did you see the build failure?

dagar avatar Aug 17 '21 20:08 dagar

@random82 did you see the build failure?

Yes, I'm trying to figure out how to build an ARM image with Github Actions and will come back to you shortly

random82 avatar Aug 17 '21 23:08 random82

@dagar - I managed to build those images using BuildKit and ARM64 emulator but they take 1 hour each at GitHub (3-5m on the bare metal...) and there is a dependency between them.

I'm going to submit two separate pull requests for base and simulation images to prevent the build from failing when the base is not in a Docker hub yet.

There is a problem with long build time and I was thinking to have separate workflows for ARM images CI to avoid 2 hours build every time someones modify other images.

Thoughts?

random82 avatar Aug 19 '21 01:08 random82

@dagar

The ARM64 builds are super slow on Github so I split x86 and ARM64 build workflows to avoid unnecessary builds and save time

random82 avatar Sep 13 '21 07:09 random82