From afdeba754f8766de3b12211953eced5304991cde Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Mon, 9 Sep 2019 06:58:33 +0000 Subject: New upstream version 1.0.0+git20190906.f5be960 --- doc/examples/example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/examples/example.yaml') 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 -- cgit v1.2.3