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