[Buildkite] Fine-grained control of build steps for agent allocation (#835)
parent
bb07f432ab
commit
13712d0f36
|
@ -18,7 +18,7 @@ EOF
|
|||
fi
|
||||
cat << EOF
|
||||
agents:
|
||||
build: "true"
|
||||
build: "${BUILD_OS}-${BUILD_ARCH}"
|
||||
artifact_paths:
|
||||
EOF
|
||||
if [[ "${BUILD_OS}" == "linux" ]]; then
|
||||
|
|
Loading…
Reference in New Issue