Open vielmetti opened 4 years ago
Hi! Sorry for the extended period of silence.
Let me jot down things I think will be relevant:
jkcfg/build
. The build for that image is done in its Dockerfile -- you may be able to get somewhere by adapting that Dockerfile to arm64, if you have somewhere to run it.Please do ask further questions. And, if you pick this up again, or already got somewhere, I would love to hear about it!
I'm interested in getting
jk
running onarm64
(Packet c2.large.arm, AWS a1 and Graviton 2, Jetson Nano etc). To this end I'm trying to figure out dependencies etc, and how to approach this, with a first pass at make it work, and a hopeful second pass at make it easy for the next person around.As I understand it, the key bit of this is https://github.com/jkcfg/v8worker2 which depends on a version of
v8
as well as all of its build dependencies.Before I dive in, any suggestions?