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: use correct strip command for ARM64 Linux builds
- Skip stripping for aarch64-unknown-linux-gnu in the generic strip step
- Add dedicated step using aarch64-linux-gnu-strip for ARM64 Linux binaries
- This fixes the build failure when trying to strip cross-compiled binaries
0 commit comments