We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6326411 commit 33eab33Copy full SHA for 33eab33
1 file changed
src/dev/build/tasks/os_packages/docker_generator/template_context.ts
@@ -22,5 +22,5 @@ export interface TemplateContext {
22
usePublicArtifact?: boolean;
23
ubi: boolean;
24
revision: string;
25
- architecture: string;
+ architecture?: string;
26
}
0 commit comments