Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.16](backport #7205) [CI] Fix unified release ARM packaging #7253

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading