Skip to content

Commit

Permalink
Ubuntu: PR 20231109a (#160)
Browse files Browse the repository at this point in the history
Increase the base disk size from 4G to 6G preventing builds to fail.
  • Loading branch information
alanbach authored Nov 14, 2023
1 parent 69b8dff commit 57d3c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-cloudimg.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source "qemu" "cloudimg" {
boot_wait = "2s"
cpus = 2
disk_image = true
disk_size = "4G"
disk_size = "6G"
format = "qcow2"
headless = var.headless
http_directory = var.http_directory
Expand Down

0 comments on commit 57d3c1a

Please sign in to comment.