From e82f13142adbfd54f75bb3aaf71652575451561d Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 23 Feb 2023 14:42:09 +0100 Subject: [PATCH] Add missing key --- packer/ova/ubuntu-2204.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packer/ova/ubuntu-2204.json b/packer/ova/ubuntu-2204.json index 0de13a1..a681266 100644 --- a/packer/ova/ubuntu-2204.json +++ b/packer/ova/ubuntu-2204.json @@ -5,6 +5,7 @@ "distro_arch": "amd64", "distro_name": "ubuntu", "distro_version": "22.04", + "guest_os_type": "ubuntu-64", "cd_files": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}/*", "cd_label": "cidata", "iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb",