AnonymousOverflow
AnonymousOverflow copied to clipboard
Arm64 docker support
What does the feature entail?
Support for Docker image launch on Arm64-based systems.
Why is this feature important?
At the moment, for several VPS providers, the cost of Arm64-based systems is two times lower than for x86-based systems: I can get twice as many Arm cores for the same price as x86 => more peoples can use my self-hosted privacy frontend instances, including AnonymousOverflow.
PS
I got acquainted with #68: Github supports building for Arm64 through Docker Buildx + QEMU. Within a couple of hours of publishing this issue, I will send a pull request with the changes for providing Arm64 support.