How run Alma Linux in Laravel-Homestead

I am a Laravel 10.x programmer
How to run Alma Linux in Laravel-Homestead instead of default ubuntu…?

My favorite Testing environment is Laravel-Homestead/Vagrant, but the default Linux is Ubuntu 20.04.5 LTS x86_64
I proceeded to create Alma Linux instead, Laravel-Homestead/Vagrant but again created Ubuntu VM… well???

try-1
Vagrantfile

Vagrant.configure("2") do |config|
config.vm.box = "almalinux/8"
end

run
vagrant up # creates Ubuntu… instance

try-2
vagrant init almalinux/8 # getting error

PS C:\Users\abc123\Documents\Homestead-AlmaLinux2> vagrant init almalinux/8
Vagrantfile already exists in this directory. Remove it before
running vagrant init.
PS C:\Users\abc123\Documents\Homestead-AlmaLinux2>

https://app.vagrantup.com/almalinux/boxes/8

used from here ^^^

please reply asap

Posted and got reply also at:

https://laracasts.com/discuss/channels/general-discussion/how-to-run-alma-linux-in-laravel-homestead-instead-of-default-ubuntu?page=1&replyId=904060