Skip to content

Commit 202d4f8

Browse files
chore fix the limit some more
1 parent c44c2bf commit 202d4f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/scripts/check_layer_size.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ if [ -z "$LAYER_FILE" ]; then
1515
fi
1616

1717
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 20 \* 1024) # 20 MB, amd64 is 19, while arm64 is 18
18-
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 30 \* 1024) # HACK: override this for now for fips build stuff
18+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 40 \* 1024) # HACK: override this for now for fips build stuff
1919
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 53 \* 1024) # 53 MB, amd is 53, while arm64 is 47
20+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 80 \* 1024) # HACK: override this for now for fips build stuff
2021

2122
LAYERS_DIR=".layers"
2223

0 commit comments

Comments
 (0)