Skip to content

Commit 477c64e

Browse files
committed
adding hab channel to automate build
1 parent 71eef16 commit 477c64e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.expeditor/automate_build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false
1111
export HAB_FEAT_IGNORE_LOCAL=false
1212
export HAB_STUDIO_HOST_ARCH=x86_64-linux
1313
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"
1417

1518
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash
1619

@@ -75,7 +78,7 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA
7578
.expeditor/create-manifest.rb
7679
mv manifest.json results/build.json
7780

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
7982
mv manifest.json results/build-habdev.json
8083

8184
echo "after build" `ls -l results`

0 commit comments

Comments
 (0)