diff --git a/.buildkite/auditbeat/auditbeat-pipeline.yml b/.buildkite/auditbeat/auditbeat-pipeline.yml index d3d895c30bd4..05772f0f038b 100644 --- a/.buildkite/auditbeat/auditbeat-pipeline.yml +++ b/.buildkite/auditbeat/auditbeat-pipeline.yml @@ -452,7 +452,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: @@ -470,7 +470,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 c07e7d980ebf..97a0b3c32642 100644 --- a/.buildkite/filebeat/filebeat-pipeline.yml +++ b/.buildkite/filebeat/filebeat-pipeline.yml @@ -419,7 +419,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: @@ -439,7 +439,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 8d72324251f4..016e40c42787 100644 --- a/.buildkite/metricbeat/pipeline.yml +++ b/.buildkite/metricbeat/pipeline.yml @@ -421,7 +421,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: @@ -441,7 +441,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/packaging.pipeline.yml b/.buildkite/packaging.pipeline.yml index 6063cd8c7164..6ab52b54a10f 100644 --- a/.buildkite/packaging.pipeline.yml +++ b/.buildkite/packaging.pipeline.yml @@ -8,8 +8,8 @@ env: GCP_DEFAULT_MACHINE_TYPE: "c2d-standard-8" IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204" - PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" - PLATFORMS_ARM: "+all linux/arm64" + PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64" + PLATFORMS_ARM: "+all linux/arm64 darwin/arm64" steps: # we use concurrency gates (https://buildkite.com/blog/concurrency-gates) diff --git a/.buildkite/packetbeat/pipeline.packetbeat.yml b/.buildkite/packetbeat/pipeline.packetbeat.yml index 715e43c2f470..194e7d137881 100644 --- a/.buildkite/packetbeat/pipeline.packetbeat.yml +++ b/.buildkite/packetbeat/pipeline.packetbeat.yml @@ -364,7 +364,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: @@ -384,7 +384,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 70d95922a67b..4a6cae4d25b7 100644 --- a/.buildkite/winlogbeat/pipeline.winlogbeat.yml +++ b/.buildkite/winlogbeat/pipeline.winlogbeat.yml @@ -229,7 +229,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 6e7aa8194e5d..073f7de724cd 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 012252473409..a331681fc9a5 100644 --- a/.buildkite/x-pack/pipeline.xpack.auditbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.auditbeat.yml @@ -372,7 +372,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: @@ -392,7 +392,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 f2c0bcfe903d..6ba2c792b13c 100644 --- a/.buildkite/x-pack/pipeline.xpack.filebeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.filebeat.yml @@ -428,7 +428,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: @@ -448,7 +448,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 79b643c987c5..24da08887fcb 100644 --- a/.buildkite/x-pack/pipeline.xpack.heartbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.heartbeat.yml @@ -359,7 +359,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: @@ -379,7 +379,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 69c8d4111ebb..22a1a1daef1d 100644 --- a/.buildkite/x-pack/pipeline.xpack.metricbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.metricbeat.yml @@ -406,7 +406,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: @@ -426,7 +426,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 f57bb5f36988..4811382d5c91 100644 --- a/.buildkite/x-pack/pipeline.xpack.packetbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.packetbeat.yml @@ -449,7 +449,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: @@ -469,7 +469,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 a4c31b1a93e4..5158640624b4 100644 --- a/.buildkite/x-pack/pipeline.xpack.winlogbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.winlogbeat.yml @@ -279,7 +279,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: