diff --git a/.gitlab/scripts/check_layer_size.sh b/.gitlab/scripts/check_layer_size.sh index c53615cb6..42095354b 100755 --- a/.gitlab/scripts/check_layer_size.sh +++ b/.gitlab/scripts/check_layer_size.sh @@ -15,7 +15,7 @@ if [ -z "$LAYER_FILE" ]; then fi MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 20 \* 1024) # 20 MB, amd64 is 19, while arm64 is 18 -MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 50 \* 1024) # 50 MB, amd is 50, while arm64 is 47 +MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 51 \* 1024) # 50 MB, amd is 50.5, while arm64 is 47 LAYERS_DIR=".layers"