Skip to content

Commit 472a3f8

Browse files
committed
fix: ami runner runs out of space with larger builds
1 parent 96b76e4 commit 472a3f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stage2-nix-psql.pkr.hcl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ source "amazon-ebs" "ubuntu" {
7878

7979

8080
ena_support = true
81+
82+
launch_block_device_mappings {
83+
device_name = "/dev/sda1"
84+
volume_size = 50
85+
volume_type = "gp3"
86+
delete_on_termination = true
87+
}
8188

8289
run_tags = {
8390
creator = "packer"

0 commit comments

Comments
 (0)