diff --git a/docs/batch-changes/server-side.mdx b/docs/batch-changes/server-side.mdx index c301fa1d8..0b4ea2502 100644 --- a/docs/batch-changes/server-side.mdx +++ b/docs/batch-changes/server-side.mdx @@ -37,6 +37,8 @@ Running batch changes server-side has been tested to run a simple **45K changese By default, docker on mac will build docker images for `linux/arm64`, which will result in errors when running server-side because executors provide `linux/amd64` hosts. If you're creating your own images to run in batch changes, this can be a problem. Use the `--platform linux/amd64` flag with `docker build` to build images compatible with the server-side host. +See [deploying executors](https://sourcegraph.com/docs/admin/executors/deploy_executors), the [Docker image settings](/batch-changes/server-side#docker-image-settings), and the [executor image list](https://github.com/sourcegraph/sourcegraph/blob/main/executor-images.md) for details. + ## Using file mounts with server-side execution