-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulation image based on Nvidia L4T #308
base: master
Are you sure you want to change the base?
Conversation
Hi @dagar |
Thanks, it's running now. |
@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 |
@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? |
The ARM64 builds are super slow on Github so I split x86 and ARM64 build workflows to avoid unnecessary builds and save time |
No description provided.