pub fn worker_binary_prerequisite_for_arch(
arch: &str,
) -> Result<WorkerBinaryAvailability>Expand description
Find a worker source without downloading it.
Container provisioning resolves this after discovering the target architecture. Doctor uses the same lookup with the selected container’s expected architecture, so it can recommend a fix without creating a container or making a network request.