Skip to content
Open
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
14 changes: 14 additions & 0 deletions .expeditor/habitat-test.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ steps:
environment:
- HAB_AUTH_TOKEN

- label: ":linux: Arm64 Validate Habitat Builds of Chef-vault"
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 Chef-vault"
commands:
- .expeditor/buildkite/artifact.habitat.test.ps1
Expand Down
2 changes: 2 additions & 0 deletions habitat/aarch64-linux/plan.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source "$(dirname "${BASH_SOURCE[0]}")/../plan.sh"
# Reuse the default Linux plan for Linux ARM (aarch64) builds.
Loading