mirror of
https://github.com/rancher/os.git
synced 2025-07-31 14:41:14 +00:00
Extra compression
This commit is contained in:
parent
7a1609a398
commit
6ed44af89a
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
source $(dirname $0)/version
|
||||
export REPO_VERSION=$VERSION
|
||||
export COMPRESS=lzma
|
||||
export COMPRESS="xz --format=lzma -9 --memlimit-compress=80% -e"
|
||||
export INTEGRATION_TESTS=0
|
||||
|
||||
exec $(dirname $0)/ci
|
||||
|
Loading…
Reference in New Issue
Block a user