Build your AA ability an easy way
- Config
# pwd ./deploy/docker-compose/conf
- Start
# pwd ./deploy/docker-compose
docker-compose updocker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder
docker buildx build --platform=linux/arm64,linux/amd64 -t <image tag> .Licensed under the Apache License, Version 2.0. See LICENSE for details.