Skip to content

Commit f35d82e

Browse files
mergify[bot]v1v
andauthored
bk(packaging): split arm64 from amd64 workers (#7487) (#7497)
(cherry picked from commit 0e7d805) Co-authored-by: Victor Martinez <[email protected]>
1 parent d5709db commit f35d82e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.buildkite/pipeline.elastic-agent-binary-dra.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ steps:
2424
machineType: "c2-standard-16"
2525
env:
2626
DRA_WORKFLOW: "snapshot"
27-
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
27+
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64"
2828

29-
- label: ":package: linux/arm64 Elastic-Agent Core Snapshot"
29+
- label: ":package: linux/arm64 darwin/arm64 Elastic-Agent Core Snapshot"
3030
commands:
3131
- .buildkite/scripts/steps/build-agent-core.sh
3232
key: "build-dra-snapshot-arm"
@@ -38,7 +38,7 @@ steps:
3838
imagePrefix: "core-ubuntu-2204-aarch64"
3939
env:
4040
DRA_WORKFLOW: "snapshot"
41-
PLATFORMS: "linux/arm64"
41+
PLATFORMS: "linux/arm64 darwin/arm64"
4242

4343
- wait
4444

@@ -84,9 +84,9 @@ steps:
8484
machineType: "c2-standard-16"
8585
env:
8686
DRA_WORKFLOW: "staging"
87-
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
87+
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64"
8888

89-
- label: ":package: linux/arm64 Elastic-Agent Core staging"
89+
- label: ":package: linux/arm64 darwin/arm64 Elastic-Agent Core staging"
9090
commands: |
9191
source .buildkite/scripts/version_qualifier.sh
9292
.buildkite/scripts/steps/build-agent-core.sh
@@ -99,7 +99,7 @@ steps:
9999
imagePrefix: "core-ubuntu-2204-aarch64"
100100
env:
101101
DRA_WORKFLOW: "dra-core-staging"
102-
PLATFORMS: "linux/arm64"
102+
PLATFORMS: "linux/arm64 darwin/arm64"
103103

104104
- wait
105105

.buildkite/pipeline.elastic-agent-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ steps:
6161
machineType: "c2-standard-16"
6262
diskSizeGb: 400
6363
env:
64-
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
64+
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64"
6565
command: |
6666
if [[ -z "$${MANIFEST_URL}" ]]; then
6767
export MANIFEST_URL=$(buildkite-agent meta-data get MANIFEST_URL --default "")
@@ -84,7 +84,7 @@ steps:
8484
imagePrefix: "core-ubuntu-2204-aarch64"
8585
diskSizeGb: 400
8686
env:
87-
PLATFORMS: "linux/arm64"
87+
PLATFORMS: "linux/arm64 darwin/arm64"
8888
PACKAGES: "docker,tar.gz,deb,rpm"
8989
command: |
9090
echo "Add support for multiarch"

0 commit comments

Comments
 (0)