Description
Add aarch64 support for Vagrant
I'm trying to find Vagrant for aarch64 (I'm using EL 8):
https://rpm.releases.hashicorp.com/RHEL/8/aarch64/stable/repodata/repomd.xml - returns 404
https://rpm.releases.hashicorp.com/RHEL/8/x86_64/stable/repodata/repomd.xml - returns 200 with repomd.xml file (this is a file that describes RPM-based repository).
The very same thing is with Fedora:
https://rpm.releases.hashicorp.com/fedora/34/aarch64/stable/repodata/repomd.xml - 404
https://rpm.releases.hashicorp.com/fedora/34/x86_64/stable/repodata/repomd.xml - OK
I would love to see Vagrant on different architectures than x86_64. It could start with aarch64.
There is also the following problem - the app.vagrantup.com does not support multiple architectures.
In the company I'm working for, the Vagrant is one of the most essential QA tools. When we started our support for aarch64, we had to split our pipelines so that the x86_64 pipeline uses Vagrant when aarch64 and ppc64le don't.