Skip to content

Commit 2478c0e

Browse files
author
Pavel Zorin
committed
Merged
2 parents 24b88c9 + 7523037 commit 2478c0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
# don't run snapshot builds with prereleases (non empty VERSION_QUALIFIER) unless forced (RUN_SNAPSHOT=true)
1414
if: build.env("RUN_SNAPSHOT") == "true" || (build.env('VERSION_QUALIFIER') == null && (build.branch == 'main' || build.branch =~ /^[0-9]+\.[0-9x]+\$/))
1515
steps:
16-
- label: ":package: x86_64: Elastic-Agent Core Snapshot"
16+
- label: ":package: Elastic-Agent Core Snapshot"
1717
commands:
1818
- .buildkite/scripts/steps/build-agent-core.sh
1919
key: "build-dra-snapshot-x86"
@@ -26,7 +26,7 @@ steps:
2626
DRA_WORKFLOW: "snapshot"
2727
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
2828

29-
- label: ":package: ARM: Elastic-Agent Core Snapshot"
29+
- label: ":package: linux/arm64 Elastic-Agent Core Snapshot"
3030
commands:
3131
- .buildkite/scripts/steps/build-agent-core.sh
3232
key: "build-dra-snapshot-arm"

0 commit comments

Comments
 (0)