summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2019-09-09 06:58:33 +0000
committerEmanuele Aina <emanuele.aina@collabora.com>2019-09-09 06:58:33 +0000
commitafdeba754f8766de3b12211953eced5304991cde (patch)
tree5eb898685ded7c796926b6f1dedadb5d0dce8d89 /doc
parenta5b1ffcadfa25582fa8364b73524bfff3e2a274b (diff)
New upstream version 1.0.0+git20190906.f5be960
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/example.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/example.yaml b/doc/examples/example.yaml
index c0b6f55..9375323 100644
--- a/doc/examples/example.yaml
+++ b/doc/examples/example.yaml
@@ -1,12 +1,12 @@
{{- $architecture := or .architecture "arm64" -}}
-{{- $suite := or .suite "stretch" -}}
+{{- $suite := or .suite "buster" -}}
{{ $image := or .image (printf "debian-%s-%s.tgz" $suite $architecture) }}
architecture: {{ $architecture }}
actions:
- action: debootstrap
- suite: "buster"
+ suite: {{ $suite }}
components:
- main
- contrib