File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ steps:
446446 env :
447447 TEST_PACKAGE : " github.com/elastic/elastic-agent/testing/integration/ess"
448448 command : |
449- buildkite-agent artifact download build/distributions/elastic-agent-*-linux-arm64 * . --step 'packaging-amd64'
449+ buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64 * . --step 'packaging-amd64'
450450 .buildkite/scripts/steps/integration_tests_tf.sh {{matrix.group}} false
451451 artifact_paths :
452452 - build/*
@@ -475,7 +475,7 @@ steps:
475475 env :
476476 TEST_PACKAGE : " github.com/elastic/elastic-agent/testing/integration/ess"
477477 command : |
478- buildkite-agent artifact download build/distributions/elastic-agent-*-linux-arm64 * . --step packaging-amd64
478+ buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64 * . --step packaging-amd64
479479 buildkite-agent artifact download build/distributions/elastic-agent-*-amd64.deb* . --step packaging-amd64
480480 .buildkite/scripts/steps/integration_tests_tf.sh {{matrix.group}} true
481481 artifact_paths :
You can’t perform that action at this time.
0 commit comments