mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Extra compression
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user