From 1961dc68467ea8aa89282434e6946bfeaf87bb02 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:45:45 +0200 Subject: [PATCH] hardcoded type --- focal-fossa-jdk8-devel/packer.json | 2 +- focal-fossa-py3-devel/packer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/focal-fossa-jdk8-devel/packer.json b/focal-fossa-jdk8-devel/packer.json index 4c19d8d..83cd085 100644 --- a/focal-fossa-jdk8-devel/packer.json +++ b/focal-fossa-jdk8-devel/packer.json @@ -6,7 +6,7 @@ }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", diff --git a/focal-fossa-py3-devel/packer.json b/focal-fossa-py3-devel/packer.json index 9afbbca..cb6a406 100644 --- a/focal-fossa-py3-devel/packer.json +++ b/focal-fossa-py3-devel/packer.json @@ -6,7 +6,7 @@ }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}",