Skip to content

Commit

Permalink
Merge pull request #9546 from habitat-sh/fix_release
Browse files Browse the repository at this point in the history
release uploads aarch64 from x64 docker
  • Loading branch information
mwrock authored Jan 6, 2025
2 parents 0983c4f + a8f07c5 commit b804cec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .expeditor/release_habitat.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,15 @@ steps:
- BUILD_PKG_TARGET=x86_64-linux

- label: "[:linux: upload hab aarch64 binary]"
agents:
queue: default-privileged-aarch64
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/package_and_upload_binary.sh
- .expeditor/scripts/release_habitat/package_and_upload_binary.sh
if: build.creator.name == 'Chef Expeditor' || build.env("UPLOAD_AND_PROMOTE") == 'true'
expeditor:
executor:
docker:
privileged: true
environment:
- BUILD_PKG_TARGET=aarch64-linux

- label: "[:linux: :two: upload hab binary]"
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ channel=$(get_release_channel)
echo "--- Channel: $channel - bldr url: $HAB_BLDR_URL"

declare -g hab_binary
install_release_channel_hab_binary "$BUILD_PKG_TARGET"
install_release_channel_hab_binary "x86_64-linux"

import_gpg_keys

Expand Down

0 comments on commit b804cec

Please sign in to comment.