From 8361bb299ba9290b70b6ed8bf337456714c6516d Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:42:31 +0300 Subject: [PATCH] Update the code for anka v3 compatibility (#7045) --- images/macos/templates/macOS-11.anka.pkr.hcl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/images/macos/templates/macOS-11.anka.pkr.hcl b/images/macos/templates/macOS-11.anka.pkr.hcl index 672dd8ee0..dcb0fd0bc 100644 --- a/images/macos/templates/macOS-11.anka.pkr.hcl +++ b/images/macos/templates/macOS-11.anka.pkr.hcl @@ -1,3 +1,12 @@ +packer { + required_plugins { + veertu-anka = { + version = "= v3.1.0" + source = "github.com/veertuinc/veertu-anka" + } + } +} + variable "source_vm_name" { type = string }