Commit 6c04b9c
fix(build): add train-deploy step, fix Dockerfile raylib build failure
The Dockerfile.hslm-train was running `zig build` which compiled ALL
targets including raylib GUI binaries that fail on Railway (no raylib).
Added `train-deploy` build step that only compiles hslm-train and
hslm-entrypoint. Dockerfile now uses this targeted step.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent de4e123 commit 6c04b9c
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1611 | 1611 | | |
1612 | 1612 | | |
1613 | 1613 | | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
1614 | 1619 | | |
1615 | 1620 | | |
1616 | 1621 | | |
| |||
0 commit comments