longhorn / longhorn

Cloud-Native distributed storage built on and for Kubernetes

Home Page:https://longhorn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[IMPROVEMENT] Building longhorn-manager takes long time

derekbit opened this issue Β· comments

Is your improvement request related to a feature? Please describe (πŸ‘ if you like this request)

The longhorn-manager script/build process now builds binaries for both amd64 and arm64 simultaneously, as part of the migration to GitHub Actions for CI. However, this method significantly slows down local image building due to the cross-compilation required for the arm64 platform. The proposed improvement aims to reduce the build time.

Describe the solution you'd like

Describe alternatives you've considered

Additional context