diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 7c20d1c4..a65d639e 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 Chef-cli" + commands: + - .expeditor/buildkite/artifact.habitat.test.sh + agents: + queue: default-privileged-aarch64 + plugins: + - docker#v3.5.0: + image: ruby:3.4 + privileged: true + propagate-environment: true + environment: + - HAB_AUTH_TOKEN + - BUILD_PKG_TARGET: "aarch64-linux" + - label: ":windows: Validate Habitat Builds of Test Kitchen" 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 00000000..0ce0c47f --- /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.