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.