Skip to content

Commit 416c291

Browse files
committed
bake: add shm-size and ulimits to target struct
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 341bae4 commit 416c291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/bake.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export interface Target {
3939
platforms?: Array<string>;
4040
pull?: boolean;
4141
secret?: Array<string>;
42+
'shm-size'?: string;
4243
ssh?: Array<string>;
4344
tags?: Array<string>;
4445
target?: string;
46+
ulimits?: Array<string>;
4547
}

0 commit comments

Comments
 (0)