Skip to content

Commit

Permalink
15% ?! [upload]
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Sep 11, 2024
1 parent d23cb0d commit 92d5da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docker container export -o $BUILD_DIR/filesystem.tar $CONTAINER_ID

# Calculate dynamic ROOTFS_IMAGE_SIZE
FILESYSTEM_SIZE=$(stat -c %s $BUILD_DIR/filesystem.tar)
ROOTFS_IMAGE_SIZE=$((FILESYSTEM_SIZE + FILESYSTEM_SIZE / 10))
ROOTFS_IMAGE_SIZE=$((FILESYSTEM_SIZE * 115 / 100))

echo "Calculated ROOTFS_IMAGE_SIZE: $ROOTFS_IMAGE_SIZE bytes"

Expand Down

0 comments on commit 92d5da5

Please sign in to comment.