Closed benjaminjonard closed 3 months ago
I'm glad you're enjoying the project.
This shouldn't be a complicated addition, I just need to add linux/arm64
to the --platforms
option when building the docker image. I'll test this soon
I wonder if this will affect the size of the downloaded image?
Thanks 👍
It will create 2 different images for a each tag, so it won't impact the original image size. (when using docker run
or docker compose up
, Docker will guess which image to use based on the machine architecture)
After building the image with the following command:
docker buildx build -t pbogre/jetlog:experimental -f Dockerfile . --platform=linux/amd64,linux/arm64
The image with :experimental
tag should be available for both platforms. I will change this to :latest
when there has been enough testing.
I tested the experimental image on a Raspberry Pi and another arm device and it works great. Thanks !
Hello, first of all thanks for this software, I really like it.
Would it be possible to add compatibility with ARM processors ? It would be nice to be able to run jetlog on a raspberry pi for example