fix: add yaml runtime image build for d518

This commit is contained in:
Codex
2026-06-27 14:36:10 +00:00
parent c03d77f347
commit 8c3770d15e
5 changed files with 199 additions and 21 deletions
+1
View File
@@ -153,6 +153,7 @@ export function nodeRuntimeExpected(spec: HwlabRuntimeLaneSpec): Record<string,
},
observability: spec.observability,
runtimeImageRewrites: spec.runtimeImageRewrites,
runtimeImageBuilds: spec.runtimeImageBuilds,
externalPostgres: spec.externalPostgres === undefined ? null : {
active: activeExternalPostgres !== undefined,
provider: spec.externalPostgres.provider,