Skip to content

Commit a83f877

Browse files
committed
.
1 parent 37593bf commit a83f877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ make_image() {
7878
losetup -d ${LOOP_DEV} 2>/dev/null
7979

8080
# Compress build IMG and move the file
81-
gzip -9 ${IMG_FILENAME} && sync && mv "${IMG_FILENAME}.gz" ${OUT_DIR}
81+
tar c ${IMG_FILENAME} | gzip -9 > "${OUT_DIR}/${IMG_FILENAME}.tar.gz"
8282
}
8383

8484
cd ${WORKING_DIR}

0 commit comments

Comments
 (0)