Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release uploads aarch64 from x64 docker #9546

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading