Skip to content

Commit a77fd3c

Browse files
committed
Change binary max size to 75
Signed-off-by: Vitor Savian <[email protected]>
1 parent 19d6611 commit a77fd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/binary_size_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
# Try to keep the K3s binary under 80 megabytes.
1515
# "64M ought to be enough for anybody"
16-
MAX_BINARY_MB=70
16+
MAX_BINARY_MB=75
1717
MAX_BINARY_SIZE=$((MAX_BINARY_MB * 1024 * 1024))
1818
BIN_SUFFIX="-${ARCH}"
1919
if [ ${ARCH} = amd64 ]; then

0 commit comments

Comments
 (0)