mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:59:30 +00:00
Update to v1.25.0-k3s1 (#6040)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -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