Open biggiethehacker opened 1 week ago
Documentation mentions how to set a single value capability here - https://clemlesne.github.io/blue-agent/docs/advanced-topics/capabilities/#example-arm64-agents.
pipelines: poolName: private_kube capabilities: - arch_arm64
However, there is no mention of how to set a capability where key is arch and value is arm64. Is this possible?
arch
arm64
Well, when you want to match where key is arch and value is arm64, you can add a arch_arm64 capability 😸
where key is arch and value is arm64
arch_arm64
In what the actual implementation causes you issues?
Documentation mentions how to set a single value capability here - https://clemlesne.github.io/blue-agent/docs/advanced-topics/capabilities/#example-arm64-agents.
However, there is no mention of how to set a capability where key is
arch
and value isarm64
. Is this possible?