Skip to content

Commit

Permalink
Increase the base disk size from 4G to 6G
Browse files Browse the repository at this point in the history
preventing builds to fail.
  • Loading branch information
alanbach committed Nov 9, 2023
1 parent 4feb7fe commit 1139a1c
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 1139a1c

Please sign in to comment.