Skip to content
Snippets Groups Projects

Add example recipes to build a single image

Merged Frederic Danis requested to merge fdanis/apertis-image-recipes:T5675 into apertis/v2019dev0
1 unresolved thread
Files
12
@@ -12,14 +12,17 @@
{{ if eq $type "minimal" }}
{{ $demopack := "disabled" }}
{{ end }}
{{- $included_recipe := or .included_recipe "false"}}
architecture: {{ $architecture }}
actions:
{{- if ne $included_recipe "true" }}
Please register or sign in to reply
- action: unpack
description: Unpack {{ $ospack }}
compression: gz
file: {{ $ospack }}.tar.gz
{{- end }}
# Add multimedia demo pack
# Provide URL via '-t demopack:"https://images.apertis.org/media/multimedia-demo.tar.gz"'
Loading