Skip to content

Commit

Permalink
ci(packaging): add aarch64 on a PR basis for x-pack/osquerybeat
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 4, 2025
1 parent eafca95 commit 0a3020a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.osquerybeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: "beats-xpack-osquerybeat"

env:
AWS_ARM_INSTANCE_TYPE: "m6g.xlarge"
AWS_IMAGE_UBUNTU_ARM_64: "platform-ingest-beats-ubuntu-2204-aarch64"

GCP_DEFAULT_MACHINE_TYPE: "c2d-highcpu-8"
GCP_HI_PERF_MACHINE_TYPE: "c2d-highcpu-16"
GCP_WIN_MACHINE_TYPE: "n2-standard-8"
Expand Down Expand Up @@ -297,3 +300,22 @@ steps:
notify:
- github_commit_status:
context: "x-pack/osquerybeat: Packaging Linux"

- label: ":ubuntu: x-pack/osquerybeat: Packaging Linux arm64"
key: "packaging-arm"
env:
PLATFORMS: "linux/arm64"
PACKAGES: "docker"
command: |
.buildkite/scripts/packaging/packaging.sh x-pack/osquerybeat
retry:
automatic:
- limit: 1
timeout_in_minutes: 20
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
instanceType: "${AWS_ARM_INSTANCE_TYPE}"
notify:
- github_commit_status:
context: "x-pack/osquerybeat: Packaging Linux arm64"

0 comments on commit 0a3020a

Please sign in to comment.