Skip to content

Commit 6efa841

Browse files
committed
CI: Build Raspberry Pi images with GitHub Action
- increase EC2 instance root disk size from 8 to 16 (Gb)
1 parent 4bca812 commit 6efa841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
ec2_security_group_id: ${{ secrets.EC2_SECURITY_GROUP_ID }}
7575

7676
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
77+
ec2_root_disk_size_gb: "16" # override default size which is too small for images
7878
ec2_root_disk_ebs_class: "gp3" # use faster and cheeper storage instead of default 'gp2'
7979
ec2_instance_ttl: 60 # Optional (default is 60 minutes)
8080
ec2_spot_instance_strategy: None # Other options are: SpotOnly, BestEffort, MaxPerformance

0 commit comments

Comments
 (0)