bake: add shm-size and ulimits to target struct
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,9 @@ export interface Target {
|
|||||||
platforms?: Array<string>;
|
platforms?: Array<string>;
|
||||||
pull?: boolean;
|
pull?: boolean;
|
||||||
secret?: Array<string>;
|
secret?: Array<string>;
|
||||||
|
'shm-size'?: string;
|
||||||
ssh?: Array<string>;
|
ssh?: Array<string>;
|
||||||
tags?: Array<string>;
|
tags?: Array<string>;
|
||||||
target?: string;
|
target?: string;
|
||||||
|
ulimits?: Array<string>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user