mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Build script updates
Always compress with gzip unless we are doing a release. Also download rootfs.tar to ${DOWNLOAD} so `dapper -m bind` works better.
This commit is contained in:
@@ -3,5 +3,6 @@ set -e
|
||||
|
||||
source $(dirname $0)/version
|
||||
export REPO_VERSION=$VERSION
|
||||
export COMPRESS=lzma
|
||||
|
||||
exec $(dirname $0)/ci
|
||||
|
Reference in New Issue
Block a user