Commit 0dc7bb8
committed
fix: use correct strip tool for ARM cross-compilation
Use aarch64-linux-gnu-strip for ARM Linux builds instead of regular
strip command, which cannot recognize ARM binary format.
Fixes GitHub Actions release workflow for aarch64-unknown-linux-gnu target.
Error: strip: Unable to recognise the format of the input file
Solution: Use target-specific strip tool1 parent 56681af commit 0dc7bb8
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
0 commit comments