Skip to content

Commit 72f0824

Browse files
Updating the upload job to use acceptance builder for mac
Signed-off-by: Abhijit Gadgil <agadgil@progress.com>
1 parent 1867ac9 commit 72f0824

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.expeditor/release_habitat.pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ steps:
436436
privileged: true
437437
environment:
438438
- BUILD_PKG_TARGET=aarch64-darwin
439+
- HAB_BLDR_URL=https://bldr.acceptance.habitat.sh
439440

440441
- label: "Update Habitat Documentation"
441442
command:

.expeditor/scripts/release_habitat/package_and_upload_binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ channel=$(get_release_channel)
1414
echo "--- Channel: $channel - bldr url: $HAB_BLDR_URL"
1515

1616
declare -g hab_binary
17-
install_release_channel_hab_binary "x86_64-linux"
17+
curlbash_hab "x86_64-linux"
1818

1919
import_gpg_keys
2020

0 commit comments

Comments
 (0)