Skip to content

Commit e038650

Browse files
committed
Add symlink to prebuild images
1 parent 618432c commit e038650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ echo -e "${GRN}Successfully built Layer-3 image 'usersfs'${CLR}"
181181
STEP_DIR=$PREBUILD
182182

183183
mkdir -p `dirname $STEP_DIR` &&
184-
tar -cf - out/$CPU.tar.gz | gzip > $STEP_DIR || err 100
184+
tar -cf - out/$CPU.tar.gz out/latest | gzip > $STEP_DIR || err 100

0 commit comments

Comments
 (0)