Commit 20a88b7
committed
feat: add all platform targets to build command
Add support for all 8 platform-specific binary packages:
- alpine-arm64, alpine-x64 (Alpine Linux/musl)
- darwin-arm64, darwin-x64 (macOS)
- linux-arm64, linux-x64 (Linux/glibc)
- win32-arm64, win32-x64 (Windows)
Usage:
pnpm run build -- --target darwin-arm64
pnpm run build -- --target linux-x64
pnpm run build -- --target win32-x641 parent 8b6157b commit 20a88b7
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| |||
0 commit comments