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: restore native arch binary after packaging and skip testpackage for cross arch
The previous fix left the x86_64 binary in lib/binding/ after packaging,
causing tests to fail on arm64 CI runners. Now we package the cross arch
first (without testpackage since it can't be loaded), then the native
arch last (with testpackage) so the correct binary remains for tests.
0 commit comments