File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments