Skip to content

Commit

Permalink
[CI] Fix unified release ARM packaging (#7205)
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)
  • Loading branch information
pazone authored and mergify[bot] committed Mar 6, 2025
1 parent b240b15 commit d90f3cb
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-2204-aarch64"
env:
PLATFORMS: "linux/arm64"
PACKAGES: "docker"
PACKAGES: "docker,tar.gz,deb,rpm"
command: |
echo "Add support for multiarch"
docker run --privileged --rm tonistiigi/binfmt:master --install all
Expand Down

0 comments on commit d90f3cb

Please sign in to comment.