Currently the docker build command is hardcoded to `linux/amd64`. Deploying to an `arm64` means that the image fails to run. Would it be possible to specify the build architecture?
Currently the docker build command is hardcoded to
linux/amd64. Deploying to anarm64means that the image fails to run.Would it be possible to specify the build architecture?