Skip to content

Commit d04d8d5

Browse files
committed
build: bump layer size check
1 parent e8c6b74 commit d04d8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_layer_size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Compares layer size to threshold, and fails if below that threshold
99

1010
set -e
11-
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 5 \* 1024)
11+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 6 \* 1024)
1212
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 13 \* 1024)
1313

1414

0 commit comments

Comments
 (0)