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
fix(build): install bindgen-cli on CI hosts for ARM builds
Instead of trying to install bindgen in cross containers during pre-build,
install it on the GitHub Actions runner where it's needed. This resolves
the issue where cargo isn't available during Docker image build phase.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments