Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src-tsp/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ model Stage {
/** The full image ref (image name + tag). This will be set in the FROM statement of the stage. */
from: string;

/** Defines the platform to run this stage on */
platform?: Platform;

/** Allows a user to pass in an array of strings that are passed directly into the [`SHELL` instruction](https://docs.docker.com/reference/dockerfile/#shell). */
shell?: string;

Expand Down