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 321db43 commit d64c14dCopy full SHA for d64c14d
1 file changed
.github/workflows/sync-and-build.yml
@@ -180,7 +180,7 @@ jobs:
180
# Split into TWO artifacts:
181
# 1. {machine}_flash_files.tar — everything EXCEPT rootfs.img (~600 MB)
182
# 2. {machine}_rootfs.img — injected rootfs (~6.4 GB)
183
- # LAVA downloads them sequentially so disk is never exhausted.
+ # LAVA downloads them sequentially then combines inside Docker.
184
# ---------------------------------------------------------------
185
186
FLASH_TAR="$WORKSPACE/${MACHINE}_flash_files.tar"
0 commit comments