Commit 64bbbde
committed
fix: extract buildroot for FB4+ on linux-arm64
The skip-buildroot condition was written for FB3 arm64 (which ships
binaries directly in the outer tar). FB4 arm64 uses the same buildroot
structure as x64 / FB5+ arm64, so skipping buildroot left bin/ empty
(gstat: No such file or directory).
Narrow the exception to only FB3 arm64 (Major < 4).1 parent b4cec5c commit 64bbbde
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
0 commit comments