File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false
11
11
export HAB_FEAT_IGNORE_LOCAL=false
12
12
export HAB_STUDIO_HOST_ARCH=x86_64-linux
13
13
export HAB_FEAT_OFFLINE_INSTALL=true
14
+ export HAB_BLDR_CHANNEL: " LTS-2024"
15
+ export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: " LTS-2024"
16
+ export HAB_FALLBACK_CHANNEL: " LTS-2024"
14
17
15
18
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash
16
19
@@ -75,7 +78,7 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA
75
78
.expeditor/create-manifest.rb
76
79
mv manifest.json results/build.json
77
80
78
- HAB_PKG_CHANNEL=unstable NO_PIN_HAB=true .expeditor/create-manifest.rb
81
+ HAB_PKG_CHANNEL=LTS-2024 NO_PIN_HAB=true .expeditor/create-manifest.rb
79
82
mv manifest.json results/build-habdev.json
80
83
81
84
echo " after build" ` ls -l results`
You can’t perform that action at this time.
0 commit comments