Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ When container CPU and/or memory are not provided by the client, these default v

## Architecture

Scaleway Containers only supports `amd64` [architecture](https://github.com/docker-library/official-images?tab=readme-ov-file#architectures-other-than-amd64) for
images.
Image target platform must be: `linux/amd64`.

<Message type="note">
Images with a different platform will generate an error when deploying the container.
</Message>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ When the job vCPU and/or memory are not provided by the client, these default va

## Architecture

Scaleway Serverless Jobs only supports `amd64` [architecture](https://github.com/docker-library/official-images?tab=readme-ov-file#architectures-other-than-amd64) for
images.
Image target platform must be: `linux/amd64`.

<Message type="note">
Images with a different platform will generate an error when running the job.
</Message>

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.

Expand Down