Commit afd0d0a
committed
fix(build): use container pnpm for Alpine Docker builds
Fix "exec format error" when building Alpine ARM64 binaries by
ensuring the container uses its own pnpm installation instead of
the host's x64 binary:
- Override PNPM_HOME to point to container's pnpm location
- Use sh -c to ensure clean environment execution
This prevents architecture mismatch errors when building cross-platform.1 parent b42ebcb commit afd0d0a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| 431 | + | |
431 | 432 | | |
432 | | - | |
| 433 | + | |
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
| |||
0 commit comments