diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 976ea35da..e9b767c50 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -21,6 +21,20 @@ steps: environment: - HAB_AUTH_TOKEN + - label: ":linux: Arm64 Validate Habitat Builds of ohai" + commands: + - .expeditor/buildkite/artifact.habitat.test.sh + agents: + queue: default-privileged-aarch64 + plugins: + - docker#v3.5.0: + image: ruby:3.4.2-bullseye + privileged: true + propagate-environment: true + environment: + - HAB_AUTH_TOKEN + - BUILD_PKG_TARGET: "aarch64-linux" + - label: ":windows: Validate Habitat Builds of ohai" commands: - .expeditor/buildkite/artifact.habitat.test.ps1 diff --git a/habitat/aarch64-linux/plan.sh b/habitat/aarch64-linux/plan.sh new file mode 100644 index 000000000..0ce0c47f1 --- /dev/null +++ b/habitat/aarch64-linux/plan.sh @@ -0,0 +1,2 @@ +source "$(dirname "${BASH_SOURCE[0]}")/../plan.sh" +# Reuse the default Linux plan for Linux ARM (aarch64) builds.