We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bca812 commit 6efa841Copy full SHA for 6efa841
.github/workflows/build-rpi.yml
@@ -74,7 +74,7 @@ jobs:
74
ec2_security_group_id: ${{ secrets.EC2_SECURITY_GROUP_ID }}
75
76
ec2_instance_type: t4g.medium # 2 vCPU and 4 GiM Memory
77
- ec2_root_disk_size_gb: "8" # override default size which is too small for images
+ ec2_root_disk_size_gb: "16" # override default size which is too small for images
78
ec2_root_disk_ebs_class: "gp3" # use faster and cheeper storage instead of default 'gp2'
79
ec2_instance_ttl: 60 # Optional (default is 60 minutes)
80
ec2_spot_instance_strategy: None # Other options are: SpotOnly, BestEffort, MaxPerformance
0 commit comments