mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 08:29:54 +00:00
Bump binary size limit to 70MB
Cherry-picked from ba62c79f9b
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
580e120685
commit
36084d55ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user