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.