Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/batch-changes/server-side.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link: https://sourcegraph.com/docs/admin/executors/deploy_executors
Problem: Absolute link to a moved page
Fix: /self-hosted/executors

Suggested change
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.
See [deploying executors](/self-hosted/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

<Callout type="note">
Expand Down
Loading