Skip to content

Commit

Permalink
actions: Update recipe action documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Danis <[email protected]>
  • Loading branch information
fdanis-oss authored and sjoerdsimons committed Apr 16, 2019
1 parent 79bbf17 commit 0236d75
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion actions/recipe_action.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
/*
Recipe Action
Include a recipe.
This action includes the recipe at the given path, and can optionally
override or set template variables.
To ensure compatibility, both the parent recipe and all included recipes have
to be for the same architecture. For convenience the parent architecture is
passed in the "architecture" template variable.
Limitations of combined recipes are equivalent to limitations within a
single recipe (e.g. there can only be one image partition action).
Yaml syntax:
- action: recipe
Expand Down

0 comments on commit 0236d75

Please sign in to comment.