Skip to content

Commit a61f833

Browse files
vitorsavianbrandond
authored andcommitted
Change binary max size to 75
Signed-off-by: Vitor Savian <vitor.savian@suse.com> Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 03a3c32 commit a61f833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 70 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)