vagrant
vagrant copied to clipboard
Enhancement Request: ARM64 binary for Linux
I've been using Vagrant up for a long time, and really love it. But recently I have a need to vagrant up some dev env on a Linux ARM64 host. To my surprise, there's only AMD64 binary available for Linux hosts. Since there's already a ARM64 binary for macOS, it should not be too much work to provide one for Linux too?
Hi there,
There is a significant amount of work and testing required for generating installer packages for a new architecture. It will be added to the backlog, but I don't know that it will get addressed in the near-term. However, another option is to install Vagrant as a gem with the system Ruby and ensure you have the required tools installed (curl and bsdtar): gem install vagrant.
Cheers!