Browse Source

CI: Reduce default image size to partially compensate for poor performance of GitHub pages on first access

Alessandro Pignotti 2 years ago
parent
commit
dc3b736901
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_and_deploy_ext2_img.yml

+ 1 - 1
.github/workflows/build_and_deploy_ext2_img.yml

@@ -17,7 +17,7 @@ on:
         type: string
         description: 'Size of the base ext2 image. 950GB is the max size for Github pages, 2GB for Github release. Refer to the fallocate(1) manpage for multiplicative suffixes'
         required: true
-        default: '950MB'
+        default: '600MB'
 
       IMAGE_NAME:
         type: string