Commit eb8767b
fix: use platform-specific packages for Docker builds (linux-x64, linux-arm64)
- Map Docker platform format (linux/amd64, linux/arm64) to Nuke platform format (linux-x64, linux-arm64)
- Download platform-specific packages instead of generic package
- For multi-arch builds, download both linux-x64 and linux-arm64 packages
- Merge both package lib directories for multi-arch builds
- Remove redundant copy command since packages are now handled correctly
- Include -nort suffix in package name (framework-dependent packages)
- Fix bash variable expansion in echo statements (remove single quotes around ${CLEAN_VERSION})
- Add platform input to repository_dispatch trigger for explicit platform control
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 627d4aa commit eb8767b
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| |||
0 commit comments