Commit a79f5e8
authored
fix(build): add missing kimi stage to Dockerfile.package (#1432)
PR #1429 added the kimi agent to Dockerfile.unified and to the pre-beta
workflow's ALL_AGENTS, but Dockerfile.package (used by pre-beta-build.yml)
never got the stage. Every pre-beta run since then fails both kimi build
jobs with 'target stage "kimi" could not be found', so
ghcr.io/openabdev/openab:pre-beta-kimi was never published.
Ports the kimi stage verbatim from Dockerfile.unified, adapted to the
package pattern (COPY --from=bins instead of the builder stage).
Fixes the failed kimi jobs in runs 29776844194, 29791564121, 29830138174.
Co-authored-by: chaodu-agent <274062505+chaodu-agent@users.noreply.github.com>1 parent 3ac3e31 commit a79f5e8
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
117 | 144 | | |
118 | 145 | | |
119 | 146 | | |
| |||
0 commit comments