Does Cloud Run support ARM64?

Using the following image it works great.

FROM sitespeedio/node:ubuntu-20.04-nodejs-16.15.1

But when I switch to ARM64 (I’m using M1 so compile times are 10x less)

FROM arm64v8/node:16.18.1

It fails to start.
terminated: Application failed to start: invalid status ::14: could not start container: exec format error

Can anyone tell me if Cloud Run supports ARM64? I can’t find anything online.

Hi @ollydix ,

CloudSDK does not currently have any ARM64-based images.

You can create a feature request for this and the Product Team will analyzed. You can track the progress of the issue using the link I have provided. Please keep in mind that the issue has to be analyzed and considered by the product team and I can’t provide you an ETA for it.

Thanks