Docker 跨平台

使用 buildx 进行多平台编译

docker buildx create --use
docker buildx build --platform linux/arm64 .