[Buildkite] Fine-grained control of build steps for agent allocation (#835)

pull/837/head
Amir Zarrinkafsh 2020-04-08 11:31:33 +10:00 committed by GitHub
parent bb07f432ab
commit 13712d0f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ EOF
fi
cat << EOF
agents:
build: "true"
build: "${BUILD_OS}-${BUILD_ARCH}"
artifact_paths:
EOF
if [[ "${BUILD_OS}" == "linux" ]]; then