CHEF-37331: add Linux ARM Habitat validation in Expeditor pipeline - #105
Open
sanjain-progress wants to merge 2 commits into
Open
CHEF-37331: add Linux ARM Habitat validation in Expeditor pipeline#105sanjain-progress wants to merge 2 commits into
sanjain-progress wants to merge 2 commits into
Conversation
Add an Arm64 Habitat validation step to .expeditor/habitat-test.pipeline.yml using Buildkite queue default-privileged-aarch64, docker plugin (ruby:3.4), and BUILD_PKG_TARGET=aarch64-linux, keeping HAB_AUTH_TOKEN propagation consistent with existing Linux/Windows steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sachin Jain <Sachin.jain@chef.io>
sanjain-progress
marked this pull request as ready for review
July 30, 2026 06:40
sanghinitin
previously approved these changes
Jul 30, 2026
Introduce habitat/aarch64-linux/plan.sh, sourcing the existing habitat/plan.sh to reuse the default Linux build logic for aarch64 (ARM) targets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sachin Jain <Sachin.jain@chef.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Linux ARM64 (aarch64) Habitat build validation to the berkshelf Expeditor/Buildkite pipeline
What Changed
":linux: Arm64 Validate Habitat Builds of berkshelf"step to.expeditor/habitat-test.pipeline.ymldefault-privileged-aarch64docker#v3.5.0plugin with imageruby:3.4,privileged: true,propagate-environment: trueBUILD_PKG_TARGET: "aarch64-linux"HAB_AUTH_TOKENpropagated via the environment, consistent with the existing Linux/Windows stepsResult
Habitat package builds for berkshelf are now validated on Linux ARM64 via Buildkite/Expeditor, in addition to the existing Linux (x86_64) and Windows validation steps.
Jira
CHEF-37331