mirror of
https://github.com/rancher/os.git
synced 2025-06-28 07:46:49 +00:00
Pre-cache hyperv service yaml for airgap installation
This commit is contained in:
parent
edce7bb15d
commit
ae413185e1
@ -55,6 +55,9 @@ for file in $(ls .make-*); do
|
||||
".make-4glte")
|
||||
cache_services "m/modem-manager.yml"
|
||||
;;
|
||||
".make-hyperv")
|
||||
cache_services "h/hyperv-vm-tools.yml"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
@ -3,6 +3,8 @@ set -ex
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
touch .make-hyperv
|
||||
|
||||
source ./scripts/version
|
||||
./scripts/release-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user