Skip to content

Commit

Permalink
[CI] Fix unified release ARM packaging (#7205) (#7253)
Browse files Browse the repository at this point in the history
* [CI] Fix unified release ARM packaging

* [CI] Added missing ARM package types

* Packages: comma separaotrs

(cherry picked from commit aa9876d)

Co-authored-by: Pavel Zorin <pavel.zorin@elastic.co>
  • Loading branch information
mergify[bot] and pazone authored Mar 7, 2025
1 parent b84ffe4 commit f36b588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/pipeline.elastic-agent-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ steps:
provider: "gcp"
machineType: "c2-standard-16"
diskSizeGb: 400
env:
PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64"
command: |
if [[ -z "$${MANIFEST_URL}" ]]; then
export MANIFEST_URL=$(buildkite-agent meta-data get MANIFEST_URL --default "")
Expand All @@ -82,7 +84,7 @@ steps:
imagePrefix: "core-ubuntu-2004-aarch64"
env:
PLATFORMS: "linux/arm64"
PACKAGES: "docker"
PACKAGES: "docker,tar.gz,deb,rpm"
command: |
if [[ -z "$${MANIFEST_URL}" ]]; then
export MANIFEST_URL=$(buildkite-agent meta-data get MANIFEST_URL --default "")
Expand Down

0 comments on commit f36b588

Please sign in to comment.