Commit 36084d55 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Bump binary size limit to 70MB

Cherry-picked from ba62c79fSigned-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 580e1206
......@@ -8,9 +8,9 @@ fi
. ./scripts/version.sh
# Try to keep the K3s binary under 64 megabytes.
# Try to keep the K3s binary under 70 megabytes.
# "64M ought to be enough for anybody"
MAX_BINARY_MB=64
MAX_BINARY_MB=70
MAX_BINARY_SIZE=$((MAX_BINARY_MB * 1024 * 1024))
BIN_SUFFIX="-${ARCH}"
if [ ${ARCH} = amd64 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment