Skip to content

Commit

Permalink
Build Live Media with GitHub Actions AlmaLinux#29
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Jun 14, 2024
1 parent b0eabfe commit dce3c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Vagrant.configure("2") do |config|

config.vm.define 'almalinux'

config.disksize.size = '50GB'

config.vm.provider "libvirt" do |v|
v.memory = 12288
v.cpus = 4
v.storage_pool_name = "mnt"
v.disksize.size = '50GB'
end

config.vm.provision "shell", inline: <<-SHELL
Expand Down

0 comments on commit dce3c3d

Please sign in to comment.