Skip to content

[enhacement] Speed up gh oci-build action (Move to new gh linux arm64 runners) #364

Open
@adrianriobo

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions