diff --git a/.buildkite/auditbeat/auditbeat-pipeline.yml b/.buildkite/auditbeat/auditbeat-pipeline.yml index 3b2efe63a881..2e2b2a2166f0 100644 --- a/.buildkite/auditbeat/auditbeat-pipeline.yml +++ b/.buildkite/auditbeat/auditbeat-pipeline.yml @@ -380,7 +380,7 @@ steps: - label: ":ubuntu: Auditbeat: Packaging Linux" key: "auditbeat-package-linux-x86" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh auditbeat retry: @@ -398,7 +398,7 @@ steps: - label: ":ubuntu: Auditbeat: Packaging Linux arm64" key: "auditbeat-package-linux-arm64" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh auditbeat retry: diff --git a/.buildkite/filebeat/filebeat-pipeline.yml b/.buildkite/filebeat/filebeat-pipeline.yml index 1fb63cbc0c41..b421eefacd69 100644 --- a/.buildkite/filebeat/filebeat-pipeline.yml +++ b/.buildkite/filebeat/filebeat-pipeline.yml @@ -353,7 +353,7 @@ steps: - label: ":ubuntu: Filebeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh filebeat retry: @@ -373,7 +373,7 @@ steps: - label: ":ubuntu: Filebeat: Packaging arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh filebeat retry: diff --git a/.buildkite/heartbeat/heartbeat-pipeline.yml b/.buildkite/heartbeat/heartbeat-pipeline.yml index a8344532ecdf..e559073f38b0 100644 --- a/.buildkite/heartbeat/heartbeat-pipeline.yml +++ b/.buildkite/heartbeat/heartbeat-pipeline.yml @@ -341,7 +341,7 @@ steps: - label: ":ubuntu: Heartbeat: Packaging Linux" key: "heartbeat-package-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh heartbeat retry: @@ -359,7 +359,7 @@ steps: - label: ":ubuntu: Heartbeat: Packaging Linux arm64" key: "heartbeat-package-linux-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh heartbeat retry: diff --git a/.buildkite/metricbeat/pipeline.yml b/.buildkite/metricbeat/pipeline.yml index b64d12763f7d..66345a29ea5c 100644 --- a/.buildkite/metricbeat/pipeline.yml +++ b/.buildkite/metricbeat/pipeline.yml @@ -361,7 +361,7 @@ steps: - label: ":ubuntu: Metricbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh metricbeat retry: @@ -381,7 +381,7 @@ steps: - label: ":ubuntu: Metricbeat: Packaging Linux arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh metricbeat retry: diff --git a/.buildkite/packetbeat/pipeline.packetbeat.yml b/.buildkite/packetbeat/pipeline.packetbeat.yml index 851e0b4800eb..12fff5a39842 100644 --- a/.buildkite/packetbeat/pipeline.packetbeat.yml +++ b/.buildkite/packetbeat/pipeline.packetbeat.yml @@ -304,7 +304,7 @@ steps: - label: ":ubuntu: Packetbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh packetbeat retry: @@ -324,7 +324,7 @@ steps: - label: ":ubuntu: Packetbeat: Packaging Linux arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh packetbeat retry: diff --git a/.buildkite/winlogbeat/pipeline.winlogbeat.yml b/.buildkite/winlogbeat/pipeline.winlogbeat.yml index 909c4bb8933a..8bd5947ef39e 100644 --- a/.buildkite/winlogbeat/pipeline.winlogbeat.yml +++ b/.buildkite/winlogbeat/pipeline.winlogbeat.yml @@ -207,7 +207,7 @@ steps: - label: ":ubuntu: Winlogbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh winlogbeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.agentbeat.yml b/.buildkite/x-pack/pipeline.xpack.agentbeat.yml index 4e800468bc74..8f5b20291c03 100644 --- a/.buildkite/x-pack/pipeline.xpack.agentbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.agentbeat.yml @@ -67,7 +67,7 @@ steps: depends_on: - mandatory-win-2022-system-tests env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" SNAPSHOT: true command: | .buildkite/scripts/packaging/packaging.sh x-pack/agentbeat @@ -95,7 +95,7 @@ steps: - agentbeat-package-linux env: ASDF_NODEJS_VERSION: 18.17.1 - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" SNAPSHOT: true command: | set -euo pipefail diff --git a/.buildkite/x-pack/pipeline.xpack.auditbeat.yml b/.buildkite/x-pack/pipeline.xpack.auditbeat.yml index 68a2a48da6d9..60d0633fdc40 100644 --- a/.buildkite/x-pack/pipeline.xpack.auditbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.auditbeat.yml @@ -312,7 +312,7 @@ steps: - label: ":ubuntu: x-pack/auditbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/auditbeat retry: @@ -332,7 +332,7 @@ steps: - label: ":ubuntu: x-pack/auditbeat: Packaging Linux arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/auditbeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml b/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml index 05107bcbb334..6a417d6a58dd 100644 --- a/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml @@ -116,7 +116,7 @@ steps: - label: ":ubuntu: x-pack/dockerlogbeat: Packaging Linux" key: "auditbeat-package-linux-x86" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/dockerlogbeat retry: @@ -134,7 +134,7 @@ steps: - label: ":ubuntu: x-pack/dockerlogbeat: Packaging Linux arm64" key: "auditbeat-package-linux-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/dockerlogbeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.filebeat.yml b/.buildkite/x-pack/pipeline.xpack.filebeat.yml index 233cb492714c..5303275767af 100644 --- a/.buildkite/x-pack/pipeline.xpack.filebeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.filebeat.yml @@ -356,7 +356,7 @@ steps: - label: ":linux: x-pack/filebeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/filebeat retry: @@ -376,7 +376,7 @@ steps: - label: ":linux: x-pack/filebeat: Packaging arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/filebeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.heartbeat.yml b/.buildkite/x-pack/pipeline.xpack.heartbeat.yml index 9c68c4614f72..e89e4a806e93 100644 --- a/.buildkite/x-pack/pipeline.xpack.heartbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.heartbeat.yml @@ -305,7 +305,7 @@ steps: - label: ":ubuntu: x-pack/heartbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/heartbeat retry: @@ -325,7 +325,7 @@ steps: - label: ":ubuntu: x-pack/heartbeat: Packaging Linux arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/heartbeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.metricbeat.yml b/.buildkite/x-pack/pipeline.xpack.metricbeat.yml index ec2e47a19189..f777b4060589 100644 --- a/.buildkite/x-pack/pipeline.xpack.metricbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.metricbeat.yml @@ -340,7 +340,7 @@ steps: - label: ":ubuntu: x-pack/metricbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/metricbeat retry: @@ -360,7 +360,7 @@ steps: - label: ":ubuntu: x-pack/metricbeat: Packaging linux arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/metricbeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.osquerybeat.yml b/.buildkite/x-pack/pipeline.xpack.osquerybeat.yml index a645c2044cb8..33d7a3af3e80 100644 --- a/.buildkite/x-pack/pipeline.xpack.osquerybeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.osquerybeat.yml @@ -284,7 +284,7 @@ steps: - label: ":ubuntu: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/osquerybeat retry: @@ -304,7 +304,7 @@ steps: - label: ":ubuntu: x-pack/osquerybeat: Packaging Linux arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/osquerybeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.packetbeat.yml b/.buildkite/x-pack/pipeline.xpack.packetbeat.yml index ea982e2190b6..0fb98ea36f5e 100644 --- a/.buildkite/x-pack/pipeline.xpack.packetbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.packetbeat.yml @@ -371,7 +371,7 @@ steps: - label: ":ubuntu: x-pack/packetbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/packetbeat retry: @@ -391,7 +391,7 @@ steps: - label: ":ubuntu: x-pack/packetbeat: Packaging arm64" key: "packaging-arm" env: - PLATFORMS: "+all linux/arm64" + PLATFORMS: "+all linux/arm64 darwin/arm64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/packetbeat retry: diff --git a/.buildkite/x-pack/pipeline.xpack.winlogbeat.yml b/.buildkite/x-pack/pipeline.xpack.winlogbeat.yml index fda4a36d2ba3..43ed0e3f43bd 100644 --- a/.buildkite/x-pack/pipeline.xpack.winlogbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.winlogbeat.yml @@ -208,7 +208,7 @@ steps: - label: ":ubuntu: x-pack/winlogbeat: Packaging Linux" key: "packaging-linux" env: - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" command: | .buildkite/scripts/packaging/packaging.sh x-pack/winlogbeat retry: