From 599772474569f165070657afe1163c0a3de76e58 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Wed, 23 Nov 2022 20:10:13 -0500 Subject: [PATCH] website: Added Tart builder This PR add [`tart` builder](https://github.com/cirruslabs/packer-plugin-tart) to the list of all the builders. Tart is a open-source toolset for building, running and managing Linux and macOS virtual machines on Apple Silicon. Part of the toolset is this packer plugin. --- website/data/plugins-manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 6223bb15e..68afb049c 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -278,6 +278,13 @@ "pluginTier": "community", "version": "v1.0.1" }, + { + "title": "Tart", + "path": "tart", + "repo": "cirruslabs/packer-plugin-tart", + "pluginTier": "community", + "version": "latest" + }, { "title": "Tencent Cloud", "path": "tencentcloud",