[enhacement] Speed up gh oci-build action (Move to new gh linux arm64 runners) #364
Open
Description
Currently we build multi-arch images on an x86 ubuntu runner, so the emulation of arm64 to build the arch is taking a lot of time. We can customize a bit the action to speed up things:
- Review Containerfile to ensure the strategy for partial images (images built which can be cached)
- Add cache for images path on the runners
- Split the build in parallel: one runner x86 one runner (emulated) arm64