AnonymousOverflow
AnonymousOverflow copied to clipboard
Add support for arm64 docker builds using Buildx+QEMU
Fixes #151 #68
The changes are inspired by https://docs.docker.com/build/ci/github-actions/multi-platform.
Existing examples used: https://github.com/XTLS/Xray-core/blob/main/.github/workflows/docker.yml https://github.com/XTLS/Xray-core/blob/main/.github/docker/Dockerfile
Changes should work, i think 😁