Skip to content

Commit 33eab33

Browse files
committed
fix types
1 parent 6326411 commit 33eab33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev/build/tasks/os_packages/docker_generator/template_context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ export interface TemplateContext {
2222
usePublicArtifact?: boolean;
2323
ubi: boolean;
2424
revision: string;
25-
architecture: string;
25+
architecture?: string;
2626
}

0 commit comments

Comments
 (0)