vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

Enhancement Request: ARM64 binary for Linux

Open fengye87 opened this issue 6 months ago • 1 comments
trafficstars

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?

fengye87 avatar Apr 25 '25 07:04 fengye87

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!

chrisroberts avatar Apr 25 '25 14:04 chrisroberts