Skip to content

Commit 72b75e9

Browse files
Merge pull request #113 from depot/docs-sync-updates
2 parents 49e4133 + ebedd0b commit 72b75e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/container-builds/how-to-guides/arm-containers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Depot is a remote Docker container build service that orchestrates optimized Bui
1414

1515
When a Docker image build is routed to Depot either via [`depot build`](/docs/cli/reference#depot-build) or [`docker build`](/docs/container-builds/how-to-guides/docker-build#how-to-use-depot-with-docker), we launch optimized builders for each architecture requested with a persistent layer cache attached to them. Each image builder, by default, has 16 CPUs and 32GB of memory. If you're on a startup or business plan, you can configure your builders to be larger, with up to 64 CPUs and 128 GB of memory. Each builder also has a fast NVMe SSD with at least 50GB for layer caching.
1616

17-
## How to build Docker images for Arm CPUs like M1/M2 MacBooks or AWS Graviton
17+
## How to build Docker images for Arm CPUs like Apple Silicon or AWS Graviton
1818

1919
With `depot build` or `docker build` configured to use Depot, it automatically detects the architecture you're building for and routes the build to the appropriate builder.
2020

21-
So, if you're building a Docker image from an M1 or M2 MacBook, there is nothing extra you need to do. We will detect the architecture and route the build to an Arm builder.
21+
So, if you're building a Docker image from a macOS device running Apple Silicon (M1, M2, M3, M4), there is nothing extra you need to do. We will detect the architecture and route the build to an Arm builder.
2222

2323
```shell
2424
depot build .

0 commit comments

Comments
 (0)