Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .buildkite/pipeline.elastic-agent-binary-dra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ steps:
machineType: "c2-standard-16"
env:
DRA_WORKFLOW: "snapshot"
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64"

- label: ":package: linux/arm64 Elastic-Agent Core Snapshot"
- label: ":package: linux/arm64 darwin/arm64 Elastic-Agent Core Snapshot"
commands:
- .buildkite/scripts/steps/build-agent-core.sh
key: "build-dra-snapshot-arm"
Expand All @@ -38,7 +38,7 @@ steps:
imagePrefix: "core-ubuntu-2204-aarch64"
env:
DRA_WORKFLOW: "snapshot"
PLATFORMS: "linux/arm64"
PLATFORMS: "linux/arm64 darwin/arm64"

- wait

Expand Down Expand Up @@ -73,9 +73,9 @@ steps:
machineType: "c2-standard-16"
env:
DRA_WORKFLOW: "staging"
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64"

- label: ":package: linux/arm64 Elastic-Agent Core staging"
- label: ":package: linux/arm64 darwin/arm64 Elastic-Agent Core staging"
commands: |
source .buildkite/scripts/version_qualifier.sh
.buildkite/scripts/steps/build-agent-core.sh
Expand All @@ -88,7 +88,7 @@ steps:
imagePrefix: "core-ubuntu-2204-aarch64"
env:
DRA_WORKFLOW: "dra-core-staging"
PLATFORMS: "linux/arm64"
PLATFORMS: "linux/arm64 darwin/arm64"

- wait

Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.elastic-agent-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
machineType: "c2-standard-16"
diskSizeGb: 400
env:
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64"
command: |
if [[ -z "$${MANIFEST_URL}" ]]; then
export MANIFEST_URL=$(buildkite-agent meta-data get MANIFEST_URL --default "")
Expand All @@ -84,7 +84,7 @@ steps:
imagePrefix: "core-ubuntu-2004-aarch64"
diskSizeGb: 400
env:
PLATFORMS: "linux/arm64"
PLATFORMS: "linux/arm64 darwin/arm64"
PACKAGES: "docker,tar.gz,deb,rpm"
command: |
if [[ -z "$${MANIFEST_URL}" ]]; then
Expand Down