VFKit
vfkit offers a command-line interface to start virtual machines using the macOS Virtualization framework. It also provides a github.com/crc-org/vfkit/pkg/config go package. This package provides a native Go API to generate the vfkit command line.
Installation Instructions
MacOS
MacOS
Download Artefact
{
"url": "{{ .SVar `.tool.vfkit.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.vfkit.download.filename` }}",
"overwrite": false
} Copy download to tool space
{
"source": "{{ .PDownloads }}/{{ .SVar `.tool.vfkit.download.filename` }}",
"destination": "{{ .PTools }}/vfkit/{{ .SVar `.tool.vfkit.download.version` }}/vfkit"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/vfkit/{{ .SVar `.tool.vfkit.download.version` }}/vfkit",
"permission_bits": 504
} Binaries
- vfkit