Skip to content

Commit e2a3b70

Browse files
feat(srvless): platform note (#5023)
1 parent 1497258 commit e2a3b70

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ When container CPU and/or memory are not provided by the client, these default v
102102

103103
## Architecture
104104

105-
Scaleway Containers only supports `amd64` [architecture](https://github.com/docker-library/official-images?tab=readme-ov-file#architectures-other-than-amd64) for
106-
images.
105+
Image target platform must be: `linux/amd64`.
106+
107+
<Message type="note">
108+
Images with a different platform will generate an error when deploying the container.
109+
</Message>
107110

108111
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.
109112

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ When the job vCPU and/or memory are not provided by the client, these default va
3838

3939
## Architecture
4040

41-
Scaleway Serverless Jobs only supports `amd64` [architecture](https://github.com/docker-library/official-images?tab=readme-ov-file#architectures-other-than-amd64) for
42-
images.
41+
Image target platform must be: `linux/amd64`.
42+
43+
<Message type="note">
44+
Images with a different platform will generate an error when running the job.
45+
</Message>
4346

4447
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.
4548

0 commit comments

Comments
 (0)