Skip to content

Commit d4c09e4

Browse files
Update pages/serverless-containers/reference-content/containers-limitations.mdx
Co-authored-by: Jessica <[email protected]>
1 parent 0773efa commit d4c09e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-containers/reference-content/containers-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When container CPU and/or memory are not provided by the client, these default v
9595
Scaleway Containers only supports `amd64` [architecture](https://github.com/docker-library/official-images?tab=readme-ov-file#architectures-other-than-amd64) for
9696
images.
9797

98-
For example, if you build an image using an ARM CPU, such as Apple Silicon M series, your image will be in the `arm64` architecture, and you will have an error message during deployment.
98+
For example, if you build an image using an ARM CPU, such as Apple silicon M series, your image will be in the `arm64` architecture, and you will have an error message during deployment.
9999

100100
You must ensure that you build your image to target `amd64` architecture, to acheive this there are multiple solutions:
101101
* You can use the following Docker command: `docker build --platform linux/amd64 .`, or

0 commit comments

Comments
 (0)