mirror of https://github.com/k3s-io/k3s
Bump binary size limit to 70MB
Cherry-picked from ba62c79f9b
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/7549/head
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
|
||||
|
|
Loading…
Reference in New Issue