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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -13,13 +13,17 @@
{{ $demopack := "disabled" }}
{{ end }}
{{- $unpack := or .unpack "true" }}
architecture: {{ $architecture }}
actions:
{{- if eq $unpack "true" }}
- 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