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 5975172 commit ad10d84Copy full SHA for ad10d84
mount_rubikpi3.sh
@@ -1,4 +1,3 @@
1
-# Set variables
2
3
base_image=$1
4
script=$2
@@ -211,4 +210,5 @@ find photonvision_rubikpi3 -mindepth 1 -type d -empty -delete
211
210
# Set output for later steps
212
# Save the rootfs image path for later steps
213
echo "rootfs_image=$ROOTFS_IMG" >> $GITHUB_ENV
214
-tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz photonvision_rubikpi3
+tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz photonvision_rubikpi3 --checkpoint=10000 --checkpoint-action=echo='%T'
+
0 commit comments