@@ -143,25 +143,6 @@ steps:
143143 - github_commit_status :
144144 context : " metricbeat: Python Integration Tests"
145145
146- - label : " :ubuntu: Metricbeat: Crosscompile"
147- key : " mandatory-cross-compile"
148- command : |
149- source .buildkite/scripts/qemu.sh
150- make -C metricbeat crosscompile
151- retry :
152- automatic :
153- - limit : 1
154- agents :
155- provider : " gcp"
156- image : " ${IMAGE_UBUNTU_X86_64}"
157- machineType : " ${GCP_DEFAULT_MACHINE_TYPE}"
158- artifact_paths :
159- - " metricbeat/build/*.xml"
160- - " metricbeat/build/*.json"
161- notify :
162- - github_commit_status :
163- context : " metricbeat: Crosscompile"
164-
165146 - label : " :windows: Metricbeat: Win 2019 Unit Tests"
166147 command : |
167148 Set-Location -Path metricbeat
@@ -271,7 +252,7 @@ steps:
271252 - label : " :ubuntu: Metricbeat: Packaging Linux"
272253 key : " packaging-linux"
273254 env :
274- PLATFORMS : " +all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
255+ PLATFORMS : " +all linux/amd64 windows/amd64 darwin/amd64"
275256 command : |
276257 .buildkite/scripts/packaging/packaging.sh metricbeat
277258 retry :
@@ -291,8 +272,7 @@ steps:
291272 - label : " :ubuntu: Metricbeat: Packaging Linux arm64"
292273 key : " packaging-arm"
293274 env :
294- PLATFORMS : " linux/arm64"
295- PACKAGES : " docker"
275+ PLATFORMS : " +all linux/arm64"
296276 command : |
297277 .buildkite/scripts/packaging/packaging.sh metricbeat
298278 retry :
0 commit comments