From e236858025ecc28fc4313aef9cea34d08b044938 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:41:39 +0200 Subject: [PATCH] fixed build isntructions --- focal-fossa/packer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 893f05e..89259e5 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -1,17 +1,18 @@ { "variables" : { - "id" : "" + "id" : "", "description" : "", "name" : "" }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": { "description": "{{ user `description`}}" + } } } ],