kubeflow/trainer

Leverage GitHub action arm64 runner

Open

#2,422 创建于 2025年2月6日

在 GitHub 查看
 (30 评论) (2 反应) (2 负责人)Go (964 fork)github user discovery
good first issuehelp wantedkind/featurelifecycle/stale

仓库指标

Star
 (2,112 star)
PR 合并指标
 (PR 指标待抓取)

描述

What you would like to be added?

I would like to restructure our container image-building mechanism by leveraging the arm64 runner.

Currently, we are building the multi-arch container image by QEMU, and the emulation gives us painfully longer building time. I guess that we can improve the CI duration once we build the multi-arch image with multiple GitHub actions runner (and arm64).

Why is this needed?

This probably allows us to compress image building and CI time.

Love this feature?

Give it a 👍 We prioritize the features with most 👍

贡献者指南