kubeflow/trainer

Leverage GitHub action arm64 runner

Open

#2,422 opened on 2025年2月6日

GitHub で見る
 (30 comments) (2 reactions) (2 assignees)Go (964 forks)github user discovery
good first issuehelp wantedkind/featurelifecycle/stale

Repository metrics

Stars
 (2,112 stars)
PR merge metrics
 (PR metrics pending)

説明

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 👍

コントリビューターガイド