How to build image for arm64 (Raspberry Pi)? #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Someone can help me with the instructions to built the Docker arm64 image?
Can you help me with what I have to write in the docker-compose file?
I came from this closed issue: #66
Thank you so much.
You can build it using
docker build . -t your_image_nameand then in the compose file change the image name toyour_image_name.I don't run arm anymore, so unfortunately i can't test it. What issues do you have?