You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
adrianriobo
changed the title
[enhacement] Speed up gh oci-build action
[enhacement] Speed up gh oci-build action (Move to new gh linux arm64 runners)
Jan 17, 2025
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:
The text was updated successfully, but these errors were encountered: