Vagrant Base Boxes for ARM Hosts (e.g., Apple Silicon)
This repository provides the Packer files for building Vagrant base boxes for ARM hosts.
The pre-built boxes can be found on Vagrant Cloud
🚨 These should not be used for production workloads - use them at your own risk! 🚨
Distro | Version | Provider | Source | Box |
---|---|---|---|---|
Ubuntu Server | 24.04 (Noble Numbat) | VMware Fusion | Source | bytesguy/ubuntu-server-24.04-arm64 |
Ubuntu Server | 22.04 (Jammy Jellyfish) | VMware Fusion | Source | bytesguy/ubuntu-server-22.04-arm64 |
Ubuntu Server | 20.04 (Focal Fossa) | VMware Fusion, Parallels | Source | bytesguy/ubuntu-server-20.04-arm64 |
Debian | 11 (Bullseye) | VMware Fusion, Parallels | Source | bytesguy/debian-11-arm64 |
Distro | Version | Provider | Box |
---|---|---|---|
Ubuntu Server | 21.10 (Impish Indri) | VMware Fusion | bytesguy/ubuntu-server-21.10-arm64 |
Debian | 10 (Buster) | VMware Fusion | bytesguy/debian-10-arm64 |
To build, enter the directory for the box you wish to build, then:
- Run
packer init
to install Packer plugins - Run
packer build <box name>.pkr.hcl
The box file will be created in theoutput
directory once the build has completed