Leandro Facchinetti
Leandro Facchinetti
👍 Thanks for reaching out. We’ll get to it at some point…
I appreciate the work so far 😃 Keep going…
> @leafac I can think of two main options here: Thanks for the investigation and for presenting the ideas so clearly 👍 I really like where this is going… >...
Oh, that’s interesting. I was thinking about using QEMU for development until I got myself a Pi, but for some reason I never thought about doing it on GitHub Actions.
Do you strictly need Docker for that, or could you run QEMU directly on Ubuntu as provided by GitHub Actions? Isn’t it weird to run an emulator inside an already...
@maxb2 Thanks for the information. I played a little with Docker & ARM and I must admit it was a nice experience. I got more things working more quickly than...
Okay, I think I learned all I need to know for now: **Regarding my own question: “Isn’t it weird to run an emulator inside an already containerized environment?”:** That’s already...
In the experiments above I was running Docker Desktop in macOS. In any case, I’m happy with this setup. If you want to work on caxa for Linux/ARM you should:...
Some information that may be useful in this investigation about other compression solutions: https://github.com/leafac/caxa/issues/14#issue-843547055
> Please make it so I can specify what files to include in the final exe from within package.json instead of relying on custom scripts and copying lots of files....