Commit 49f760a
committed
fix: use Node 20.19.5 ARMv7 binary from pkg-binaries
The previous attempt failed because:
1. Downloaded from wrong repo (pkg-fetch instead of pkg-binaries)
2. Used wrong version (v20.10.0 doesn't exist for ARMv7)
3. Used wrong filename format (built- vs fetched-)
Solution:
- Download Node 20.19.5 ARMv7 binary from yao-pkg/pkg-binaries
- Use correct cache filename: fetched-v20.19.5-linux-armv7
- Explicitly target node20.19.5-linux-armv7 in build command
- Updated both workflow and package.json
This binary is the latest ARMv7 build available (~47MB) and will
be used from cache instead of attempting cross-compilation.1 parent 5a88230 commit 49f760a
2 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments