From 13712d0f3602ac9dc083a89d91ce08620ddf5dc9 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Wed, 8 Apr 2020 11:31:33 +1000 Subject: [PATCH] [Buildkite] Fine-grained control of build steps for agent allocation (#835) --- .buildkite/steps/buildimages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/steps/buildimages.sh b/.buildkite/steps/buildimages.sh index 4300a9d28..9094ec87f 100755 --- a/.buildkite/steps/buildimages.sh +++ b/.buildkite/steps/buildimages.sh @@ -18,7 +18,7 @@ EOF fi cat << EOF agents: - build: "true" + build: "${BUILD_OS}-${BUILD_ARCH}" artifact_paths: EOF if [[ "${BUILD_OS}" == "linux" ]]; then