diff --git a/images/docker-build-agent/index.html b/images/docker-build-agent/index.html index f680cb4664..f396096144 100644 --- a/images/docker-build-agent/index.html +++ b/images/docker-build-agent/index.html @@ -13,4 +13,4 @@ ports: - 2222:2222 restart: unless-stopped -
For x86_64 machines, run docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
on the host to enable qemu before bringing any build agent containers up.