#Official Docker Container for Deno does not support ARM64

11 messages · Page 1 of 1 (latest)

exotic cargo
#

Hey Deno Developers,
I wanted to ask if there is a specific reason why the offical deno docker image https://hub.docker.com/r/denoland/deno/tags does not support the arm64 architecture? Are there any plans on adding it?

coral saddle
#

Deno doesn't have official builds for arm linux

#

It's a CI issue since github doesn't offer it

exotic cargo
#

Hmm unfortunatly I am not too experienced with such a complex action workflow like that from deno. Otherwise I would have created a pull request. But I know you can build arm images using githubs CI actions as I am using that frequently. Ill dig a bit to see if I figure something out

coral saddle
#

I think the issue is testing in arm linux and not building... @pure tree am I remembering this correctly?

pure tree
#

Both. A possibility would be using QEMU, but the problem with that is CI time is too long

exotic cargo
#

Thanks guys for your feedback. Just noticed in the deno installation instructions that only x64 is supported for linux. So I cant use deno for production at all. I should have read that first.

coral saddle
#

Oh it also has docker containers

#

cool

exotic cargo