瀏覽代碼

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

Alessandro Pignotti 2 年之前
父節點
當前提交
dc3b736901
共有 1 個文件被更改,包括 1 次插入1 次删除
  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